Module cli

Module cli 

Source
Expand description

Dioxionary command line parameters.

Structs§

Cli
Dioxionary command line parameters.
Completion
Subcommand line parameters for shell completion.
List
Subcommand line parameters for listing history.
LookUp
Subcommand line parameters for looking up words.

Enums§

Action
Dioxionary subcommands.

Traits§

Args
Parse a set of arguments into a user-defined container.
Parser
Parse command-line arguments into Self.

Derive Macros§

Args
Generates the Args impl.
Parser
Generates the Parser implementation.