clot 0.1.0

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

/// Set verbosity level (integer)
pub const VERBOSITY: &str = "verbosity";