Merge pull request #843 from matthiasbeyer/imag-link/external-link-remove-arg

Fix: We need an argument here
This commit is contained in:
Matthias Beyer 2016-12-06 10:07:12 +01:00 committed by GitHub
commit 23a80ee47f

View file

@ -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")