summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-03 14:49:41 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-03 14:49:41 +0100
commit1a7b31517d59de1b8238e6283365404fc39c99eb (patch)
treedc0eba3da1409a50a826cd654d55458c1ba2f2c0 /etc
parent670f0e16e9c118e49d82346428adbf2c2d796907 (diff)
Add cli spec
Diffstat (limited to 'etc')
-rw-r--r--etc/cli.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/etc/cli.yml b/etc/cli.yml
index 08fa8293..955c6ac7 100644
--- a/etc/cli.yml
+++ b/etc/cli.yml
@@ -340,6 +340,52 @@ subcommands:
required: false
takes_value: true
+ - links:
+ about: List links in notes
+ version: 0.1
+ author: Matthias Beyer <mail@beyermatthias.de>
+ args:
+ - internal:
+ short: i
+ long: intern
+ help: List only links to imag content
+ required: false
+ takes_value: false
+
+ - external:
+ short: e
+ long: extern
+ help: List only links to outside of imag
+ required: false
+ takes_value: false
+
+ - id:
+ long: id
+ help: Delete Note by ID
+ required: false
+ takes_value: true
+
+ - namegrep:
+ short: n
+ long: name
+ help: Filter for name which matches this regex
+ required: false
+ takes_value: true
+
+ - grep:
+ short: g
+ long: grep
+ help: grep with regex
+ required: false
+ takes_value: true
+
+ - tags:
+ short: t
+ long: tags
+ help: Filter for these tags
+ required: false
+ takes_value: true
+
- remove:
about: Remove note(s)
version: 0.1