Supported Clap APIs
The following tables list the status of clap’s Command
, Arg
and ArgGroup
APIs in claptrap
.
Parser | Supported | Notes |
---|---|---|
bool | ✅ | :e.g. :bool: |
boolish | ✅ | e.g. :boolish: |
falsey | ✅ | e.g. :falsey: |
Setter | Supported | Notes |
---|---|---|
id | ✅ | |
args | ✅ | |
multiple | ✅ | |
required | ✅ | |
requires | ✅ | |
requires_all | ✅ | |
conflicts_with | ✅ | |
conflicts_with_all | ✅ |