summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-12-28 20:17:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-12-28 20:53:13 +0100
commit46b7ae9384bcd31b8910eb3bc061eaecad810227 (patch)
tree002377f764bda3fbbedf36474ceff1845f10efdf /etc
parentcbefa577e94fb3ffb0ae027221cac9e880d84677 (diff)
Add BM::command_add_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 6d36b58b..2e7db1ae 100644
--- a/etc/cli.yml
+++ b/etc/cli.yml
@@ -118,6 +118,37 @@ subcommands:
required: false
takes_value: true
+ - add_tags:
+ about: Add tags to bookmark(s)
+ version: 0.1
+ author: Matthias Beyer <mail@beyermatthias.de>
+ args:
+ - with_id:
+ long: with-id
+ help: Add tags to bookmark with ID
+ required: false
+ takes_value: true
+
+ - with_match:
+ short: m
+ long: with-match
+ help: Add tags to bookmark(s) which match this regex
+ required: false
+ takes_value: true
+
+ - with_tags:
+ long: with-tags
+ help: Add tags to bookmark(s) which have these tag(s)
+ required: false
+ takes_value: true
+
+ - tags:
+ short: t
+ long: tags
+ help: Add these tags
+ required: true
+ takes_value: true
+
- todo:
about: Todo module
version: 0.1