style: new line
This commit is contained in:
@@ -4,6 +4,8 @@ pub type CommandError = XResult<()>;
|
|||||||
|
|
||||||
pub trait Command {
|
pub trait Command {
|
||||||
fn name(&self) -> &str;
|
fn name(&self) -> &str;
|
||||||
|
|
||||||
fn subcommand<'a>(&self) -> App<'a, 'a>;
|
fn subcommand<'a>(&self) -> App<'a, 'a>;
|
||||||
|
|
||||||
fn run(&self, arg_matches: &ArgMatches, _: &ArgMatches) -> CommandError;
|
fn run(&self, arg_matches: &ArgMatches, _: &ArgMatches) -> CommandError;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user