args() = [{string(), string()}]
err() = {error, term()}
flags() = [{string() | char(), term()}]
flagspecs() = [spec()]
proplist() = [{atom(), term()}]
| extract_global_flags/1 | Extracts a list of globally applicable flags (e.g. |
| is_not_flag/1 | |
| is_not_kv_arg/1 | |
| parse/1 | |
| parse_flags/1 | |
| validate/1 | |
| validate_flags/2 |
Extracts a list of globally applicable flags (e.g. --help) from the the original command.
is_not_flag(Str::string()) -> boolean()
is_not_kv_arg(Str::string()) -> boolean()
validate_flags(FlagSpecs::flagspecs(), Flags::flags()) -> err() | proplist()
Generated by EDoc