We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3c373 commit 32918d5Copy full SHA for 32918d5
cmd/embeds/tome-wrapper.sh.tmpl
@@ -27,7 +27,8 @@ export TOME_CLI_ROOT="{{ .Root }}"
27
# Compatibility layer with former tome executable
28
# from https://github.com/zph/tome or upstream
29
if [[ -z "${1:-}" ]]; then
30
- exec_cmd "tome-cli"
+ # Backwards compatibility with tome means print all script help
31
+ exec_cmd "tome-cli" help
32
fi
33
readonly cmd="$1"
34
case "$cmd" in
0 commit comments