Tiny tweak to `abra help` advice
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-01-01 17:57:36 +02:00
parent b2e3292453
commit 9a17817cc8
1 changed files with 3 additions and 3 deletions

6
abra
View File

@ -42,7 +42,7 @@ Options:
-h, --help Show this message and exit
-s, --stack=<stack> Name of the target stack
See 'abra help <command>' to read about a specific subcommand.
See 'abra help <subcommands>...' to read about a specific subcommand.
"
# docopt parser below, refresh this parser with `docopt.sh abra`
@ -144,8 +144,8 @@ eval "var_$1+=($value)"; else eval "var_$1=$value"; fi; return 0; fi; done
return 1; }; stdout() { printf -- "cat <<'EOM'\n%s\nEOM\n" "$1"; }; stderr() {
printf -- "cat <<'EOM' >&2\n%s\nEOM\n" "$1"; }; error() {
[[ -n $1 ]] && stderr "$1"; stderr "$usage"; _return 1; }; _return() {
printf -- "exit %d\n" "$1"; exit "$1"; }; set -e; trimmed_doc=${DOC:1:1470}
usage=${DOC:40:1206}; digest=b4523
printf -- "exit %d\n" "$1"; exit "$1"; }; set -e; trimmed_doc=${DOC:1:1477}
usage=${DOC:40:1206}; digest=859ab
shorts=(-h -e -s '' '' '' '' '' '' '' '' '' '' '')
longs=(--help --env --stack --server --domain --app-name --pass --auto --status --skip-check --force --no-tty --user --all)
argcounts=(0 1 1 1 1 1 0 0 0 0 0 0 1 0); node_0(){ switch __help 0; }; node_1(){