fix abra command in documentation #55

Open
ammaratef45 wants to merge 1 commits from command-- into master
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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin command--:command--
git checkout command--
Sign in to join this conversation.
No description provided.