diff --git a/leo/cli.rs b/leo/cli.rs index ac49bfbf75..0966689948 100644 --- a/leo/cli.rs +++ b/leo/cli.rs @@ -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];