-
Couldn't load subscription status.
- Fork 1
Open
Description
Top-level options like -T/--timeout are currently only available when given in the right position, after the executable and the command. Often one does however specify them afterwards out of habit, or doesn't want to check different help pages all over again. Clap offers the global option which propagates options down to sub-commands/parsers recursively.