Merge pull request #328 from matthiasbeyer/imag-link/fix-ui
Remove "show" argument, as the short key "s" was duplicated
This commit is contained in:
commit
92b471bb13
1 changed files with 0 additions and 6 deletions
|
@ -80,12 +80,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
|
||||||
.required(false)
|
.required(false)
|
||||||
.help("List external link"))
|
.help("List external link"))
|
||||||
|
|
||||||
.arg(Arg::with_name("show")
|
|
||||||
.long("show")
|
|
||||||
.short("s")
|
|
||||||
.takes_value(false)
|
|
||||||
.required(false)
|
|
||||||
.help("List external link (alias for --list)"))
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue