Module cli

Module cli 

Source
Expand description

A command line interface for Cot-based applications.

Re-exports§

pub use clap;

Macros§

metadata
A macro to generate a CliMetadata struct 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.