Crate clap [−] [src]
Structs
| App |
Used to create a representation of the program and all possible command line arguments for parsing at runtime. |
| Arg |
The abstract representation of a command line argument used by the consumer of the library. |
| ArgMatches |
Used to get information about the arguments that where supplied to the program at runtime. |
| SubCommand |
The abstract representation of a command line subcommand used by the consumer of the library. |