CarLI
A library for rapid command line tool development.
CarLI is a command line application framework for developing application that provide a single
command and multiple commands. The framework also provides error types tailored for a command
line experience as well as supporting test input and output streams other than those provided
by std::io.
See command::Main for a complete example.
Requirements
- Rust 1.57+
Documentation
Please see docs.rs.