[][src]Crate medusa

medusa

medusa is a general template for building command line interface (CLI) using Rust

Structs

CommandLine

Struct that defines a CLI program in a programmatic way.

Handler

Struct that defines a CLI option handler in a programmatic way.

Enums

Variant

Enum that define the variants of the CLI option handlers.