From 49c7c81ff38b13d930e660d54a8dea7777cfbbd7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 18 May 2019 01:59:39 +0200 Subject: [PATCH] Remove unimplemented argument Signed-off-by: Matthias Beyer --- bin/domain/imag-bookmark/src/ui.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/domain/imag-bookmark/src/ui.rs b/bin/domain/imag-bookmark/src/ui.rs index c0828b68..93a48cdb 100644 --- a/bin/domain/imag-bookmark/src/ui.rs +++ b/bin/domain/imag-bookmark/src/ui.rs @@ -89,14 +89,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { .multiple(false) .value_name("COLLECTION") .help("Select from this collection, if not specified default from config will be used")) - .arg(Arg::with_name("tags") - .long("tags") - .short("t") - .takes_value(true) - .required(false) - .multiple(true) - .value_name("TAGS") - .help("Filter links to contain these tags. When multiple tags are specified, all of them must be set for the link to match.")) ) .subcommand(SubCommand::with_name("collection")