optimus
optimus copied to clipboard
Global options
I there a way, currently, to have a global option (program-wide), and subcommands that take options themselves?
Something like this:
$ myprogram -v list devices --filter=all
Here, -v can be placed on all subcommands. When I try using it, it cannot be followed by a subcommand.
Thanks.
Hello!
Currently no options/flags can precede subcommands.
«global» options are also unavailable, though they do not seem to be hard to implement.