clot 0.1.0

An opinionated mini argument parsing library that doesn't use macros
Documentation
1
2
3
4
5
6
7
//! Common commands
//!
//! Follow these command conventions as close as possible, adding or changing as
//! needed.

/// Print help text
pub const HELP: &str = "help";