cmder 0.6.1

A simple, lightweight, command line argument parser for rust codebases
Documentation
1
2
3
4
5
pub mod formatter;
pub mod themes;

pub use formatter::{CustomPattern, Designation, Formatter, Pattern};
pub use themes::{PredefinedThemes, Theme};