Merge pull request #575 from matthiasbeyer/imag-notes/fix-unwrap-crash

Fix panic on unwrap()
This commit is contained in:
Matthias Beyer 2016-07-26 17:32:16 +02:00 committed by GitHub
commit ee4cc84236

View file

@ -46,9 +46,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
.value_name("NAME"))
.arg(tag_argument())
.group(ArgGroup::with_name("editargs")
.args(&[tag_argument_name(), "name"])
.required(true))
)
.subcommand(SubCommand::with_name("list")