Merge pull request #843 from matthiasbeyer/imag-link/external-link-remove-arg
Fix: We need an argument here
This commit is contained in:
commit
23a80ee47f
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
|
|||
.arg(Arg::with_name("remove")
|
||||
.long("remove")
|
||||
.short("r")
|
||||
.takes_value(false)
|
||||
.required(false)
|
||||
.takes_value(true)
|
||||
.required(true)
|
||||
.help("Remove one external link"))
|
||||
|
||||
.arg(Arg::with_name("set")
|
||||
|
|
Loading…
Reference in a new issue