Clap API Reference
The following tables list the status of clapβs Command
, Arg
, ArgGroup
and
Styles
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 | β |
Setter | Supported | Notes |
---|---|---|
header | β | |
error | β | |
usage | β | |
literal | β | |
placeholder | β | |
valid | β | |
invalid | β | |
context | β | since Clap 4.5.41 |
context_value | β | since Clap 4.5.41 |