Module ouch::oof[][src]

Expand description

Ouch’s argparsing crate.

The usage of this crate is heavily based on boolean_flags and argument_flags, there should be an more obvious naming.

Modules

util

Structs

ArgFlag

Shallow type, created to indicate a Flag that accepts a argument.

Flag
Flags

Enums

FlagType
OofError

Functions

filter_flags

Detect flags from args and filter from args.

matches_any_arg

Says if any text matches any arg

pop_subcommand

Pop leading application subcommand, if valid.