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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Without this change I get this error
with it, the command works fine
LGTM! 🚢