Subcommand flags require quoting to work properly

did:plc:zmjoeu3stwcn44647rhxa44o opened this Nov 1, 2025 0 comments
did:plc:zmjoeu3stwcn44647rhxa44o opened Nov 1, 2025

When using flags on subcommands, the wrapper script interprets it as it's own flag instead of passing it on to the module.

Example

axr _debug decode --base64 will produce an unknown flag: --base64 error.

Workaround

Quote everything after axr so it is interpreted as a single argument. For example: axr '_debug decode --base64'

No activity yet.

cospan · schematic version control on atproto built on AT Protocol