Expand description
commandlines
is a command line argument parsing library for the development of Rust command line interface (CLI) applications that follow the POSIX / GNU conventions for command line arguments.
It is in development and the API is not stable. Please see the source repository README.md page for updates on the level of library support for the POSIX/GNU command line argument syntax.
Modules§
- parsers
- Command line string parsing support
Structs§
- Command
- A command line argument object