summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-12-28 20:47:47 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-12-28 21:51:08 +0100
commitbcbd56831148ffe04432160f7c99b5b3919d0976 (patch)
tree9720f7f531be39d227179480f45943abe26d3a2d /etc
parent7e401b5881911b197fe540577a5bd3ed6b0f9dba (diff)
Add BM::command_rm_tags()
Diffstat (limited to 'etc')
-rw-r--r--etc/cli.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/cli.yml b/etc/cli.yml
index 2e7db1ae..1ab526a3 100644
--- a/etc/cli.yml
+++ b/etc/cli.yml
@@ -149,6 +149,37 @@ subcommands:
required: true
takes_value: true
+ - rm_tags:
+ about: Remove tags from bookmark(s)
+ version: 0.1
+ author: Matthias Beyer <mail@beyermatthias.de>
+ args:
+ - with_id:
+ long: with-id
+ help: Remove tags from bookmark with ID
+ required: false
+ takes_value: true
+
+ - with_match:
+ short: m
+ long: with-match
+ help: Remove tags from bookmark(s) which match this regex
+ required: false
+ takes_value: true
+
+ - with_tags:
+ long: with-tags
+ help: Remove tags from bookmark(s) which have these tag(s)
+ required: false
+ takes_value: true
+
+ - tags:
+ short: t
+ long: tags
+ help: Remove these tags
+ required: true
+ takes_value: true
+
- todo:
about: Todo module
version: 0.1