summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-12-28 20:51:32 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-12-28 21:51:08 +0100
commit68f66ca27d39ddaf3c39f523226e3c5f33bdf1b3 (patch)
tree4f2ab5d48d7f3300f7488ddf281488fff19daae6 /etc
parentbcbd56831148ffe04432160f7c99b5b3919d0976 (diff)
Add BM::command_set_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 1ab526a3..50ca507c 100644
--- a/etc/cli.yml
+++ b/etc/cli.yml
@@ -180,6 +180,37 @@ subcommands:
required: true
takes_value: true
+ - set_tags:
+ about: Set tags in bookmark(s)
+ version: 0.1
+ author: Matthias Beyer <mail@beyermatthias.de>
+ args:
+ - to_id:
+ long: to-id
+ help: Set tags in bookmark with this id
+ required: false
+ takes_value: true
+
+ - to_match:
+ short: m
+ long: to-match
+ help: Set tags in bookmark(s) which match this regex
+ required: false
+ takes_value: true
+
+ - to_tags:
+ long: to-tags
+ help: Set tags in bookmark(s) which have these tag(s)
+ required: false
+ takes_value: true
+
+ - tags:
+ short: t
+ long: tags
+ help: Set these tags
+ required: true
+ takes_value: true
+
- todo:
about: Todo module
version: 0.1