Merge pull request #575 from matthiasbeyer/imag-notes/fix-unwrap-crash
Fix panic on unwrap()
This commit is contained in:
commit
ee4cc84236
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue