Module args
Expand description
The args module defines the command-line argument parser.
Although crates like clap are excellent, we have a design goal to minimize dependencies on third-party crates
and so BlueC uses a custom argument parser.
Structsยง
- Parser
- The command-line argument parser.