summaryrefslogtreecommitdiff
path: root/src/biruda.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-15 09:42:53 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-15 09:42:53 +0100
commit75df5abae42888bd5bf01fc4a8bd1215413cab67 (patch)
tree0784bd39b43b301632751d2f68f093240f437990 /src/biruda.ggo
parent8f772dc3aa8df1ed52aeb83757136b508084e32d (diff)
downloadbiruda-75df5abae42888bd5bf01fc4a8bd1215413cab67.tar.gz
biruda-75df5abae42888bd5bf01fc4a8bd1215413cab67.tar.bz2
updated and fixed linenoise
history now gets read from file started to document the protocol of biruda
Diffstat (limited to 'src/biruda.ggo')
-rw-r--r--src/biruda.ggo4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/biruda.ggo b/src/biruda.ggo
index b6758fd..c204713 100644
--- a/src/biruda.ggo
+++ b/src/biruda.ggo
@@ -24,6 +24,10 @@ section "Main Options"
option "cli" i
"start in command line interface (CLI), interactive mode"
optional
+
+ option "no-colors" -
+ "disable colors in CLI mode"
+ optional
section "Unix Daemon"