[][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

ArgType

Enum that define the type (or kind) of option arguments.

Variant

Enum that define the variants of the CLI option handlers.