fix abra command in documentation #55

Merged
ammaratef45 merged 1 commits from command-- into master 2026-05-29 06:55:03 +00:00
Owner

Without this change I get this error

Error: unknown shorthand flag: 'c' in -c
Usage:
  abra app run <domain> <service> <cmd> [[args] [flags] | [flags] -- [args]]

Aliases:
  run, r

Examples:
  # run <cmd> with args/flags
  abra app run 1312.net app -- ls -lha

  # run <cmd> without args/flags
  abra app run 1312.net app bash --user nobody

  # run <cmd> with both kinds of args/flags 
  abra app run 1312.net app --user nobody -- ls -lha

Flags:
  -t, --no-tty        do not request a TTY
  -u, --user string   run command as user

Global Flags:
  -d, --debug      show debug messages
  -h, --help       help for abra
  -n, --no-input   toggle non-interactive mode
  -o, --offline    prefer offline & filesystem access

with it, the command works fine

Without this change I get this error ``` Error: unknown shorthand flag: 'c' in -c Usage: abra app run <domain> <service> <cmd> [[args] [flags] | [flags] -- [args]] Aliases: run, r Examples: # run <cmd> with args/flags abra app run 1312.net app -- ls -lha # run <cmd> without args/flags abra app run 1312.net app bash --user nobody # run <cmd> with both kinds of args/flags abra app run 1312.net app --user nobody -- ls -lha Flags: -t, --no-tty do not request a TTY -u, --user string run command as user Global Flags: -d, --debug show debug messages -h, --help help for abra -n, --no-input toggle non-interactive mode -o, --offline prefer offline & filesystem access ``` with it, the command works fine
ammaratef45 added 1 commit 2026-05-19 03:44:20 +00:00
fix abra command in documentation
Some checks failed
continuous-integration/drone/push Build is failing
6aa52c1e73
3wordchant approved these changes 2026-05-28 16:53:12 +00:00
3wordchant left a comment
Owner

LGTM! 🚢

LGTM! 🚢
ammaratef45 merged commit 6aa52c1e73 into master 2026-05-29 06:55:03 +00:00
ammaratef45 deleted branch command-- 2026-05-29 06:55:03 +00:00
Sign in to join this conversation.
No description provided.