Skip to main content

Command

Type Alias Command 

Source
pub type Command = Argv;
Expand description

A parsed command: argv, where argv[0] is the command name.

Aliased Typeยง

pub struct Command { /* private fields */ }