Expand description
Custom parser for handling multiple subcommands in a single invocation.
Allows commands like: frencli list *.txt rename "%N.%E" apply
Order of subcommands doesn’t matter - they’re executed in logical order.
Standalone commands (undo, audit, interactive) must be used alone.
Structs§
Functions§
- get_
flag_ value - Gets a flag value, returning the first value if multiple exist
- get_
flag_ values - Gets all values for a flag
- has_
flag - Checks if a flag is present (boolean flag)
- parse_
multi_ subcommand - Parses command line arguments into subcommands.