Expand description
A command line interface for Cot-based applications.
Re-exports§
pub use clap;
Macros§
- metadata
- A macro to generate a
CliMetadatastruct from the Cargo manifest.
Structs§
- Cli
- A central point for configuring the default Command Line Interface (CLI) for Cot-powered projects.
- CliMetadata
- Metadata for the CLI application.
Traits§
- CliTask
- A trait for defining a CLI command.