Module subcommands

Module subcommands 

Source
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§

ParsedSubcommand

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.