Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Mar 17, 2019
1 parent 1e82762 commit 8f18ee0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cli/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ use structopt::StructOpt;
use fie::config::Platforms;

#[derive(Debug, StructOpt)]
#[structopt(name = "fie")]
#[structopt(raw(setting = "structopt::clap::AppSettings::ArgRequiredElseHelp"))]
#[structopt(raw(setting = "structopt::clap::AppSettings::VersionlessSubcommands"))]
#[structopt(name = "fie", raw(setting = "structopt::clap::AppSettings::ArgRequiredElseHelp"), raw(setting = "structopt::clap::AppSettings::VersionlessSubcommands"))]
pub struct Args {
#[structopt(flatten)]
pub flags: Flags,
Expand Down

0 comments on commit 8f18ee0

Please sign in to comment.