[−][src]Trait leetcode_cli::cmds::Command
Abstract commands' traits.
Required methods
fn usage<'a, 'c>() -> App<'a, 'c>
Usage of the spefic command
fn handler(m: &ArgMatches)
The handler will deal [args, options,...] from the command-line
Implementors
impl Command for ListCommand
[src]
implement Command trait for list