clap-utils 0.4.3

A collection of utilities for building command line applications.
Documentation
1
2
3
4
5
6
7
mod completion;
#[cfg(feature = "highlight")]
mod highlight;

pub use completion::*;
#[cfg(feature = "highlight")]
pub use highlight::*;