mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
Sort alphabetically
This commit is contained in:
parent
4186a3a955
commit
b5803a7b9a
@ -6,10 +6,10 @@ pub trait CLI {
|
||||
type Options;
|
||||
type Output;
|
||||
|
||||
const NAME: NameType;
|
||||
const ABOUT: AboutType;
|
||||
const ARGUMENTS: &'static [ArgumentType];
|
||||
const FLAGS: &'static [FlagType];
|
||||
const NAME: NameType;
|
||||
const OPTIONS: &'static [OptionType];
|
||||
const SUBCOMMANDS: &'static [SubCommandType];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user