Expand description
Common command line interface.
Re-exports§
pub use clap;
Macros§
- eyre
- Construct an ad-hoc error from a string.
Traits§
Type Aliases§
- Result
- type alias for
Result<T, Report>
Derive Macros§
- Parser
- Generates the
Parser
implementation.