Command::allow_external_subcommands
allow_external_subcommands
Section titled “allow_external_subcommands ”Assume unexpected positional arguments are a subcommand.
Example
Section titled “Example”name = "myprog"allow-external-subcommands = true
name: myprogallow-external-subcommands: true
{ "name": "myprog", "allow-external-subcommands": true}
myprog subcmd --option value -fff --flag
Output
Section titled “Output”claptrap__subcommand='subcmd'