cmder 0.6.1

A simple, lightweight, command line argument parser for rust codebases
Documentation
1
2
3
4
5
6
mod err_help;
mod help;
mod suggest_commands;

pub use help::HelpWriter;
pub use suggest_commands::suggest_cmd;