Crate ccli

source ·
Expand description

Common command line interface.

Re-exports

Macros

  • Construct an ad-hoc error from a string.

Traits

  • Shared application interface.
  • Parse command-line arguments into Self.

Type Aliases

  • type alias for Result<T, Report>

Derive Macros

  • Generates the Parser implementation.