Skip to main content

Module core

Module core 

Source
Expand description

The module defining CLI objects, including Command, Flag and Arg.

Normally, everything here is constant created by code-gen crate::generate. User can just call Command::supplement to start the CLI completion, without diving into the detail of these objects.

Re-exports§

pub use crate::id;

Modules§

flag_type

Structs§

Arg
Command
The object to represent a command. User can just call Command::supplement function for CLI completion.
Flag

Enums§

CompleteWithEqual