summaryrefslogtreecommitdiff
path: root/src/biruda.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 17:51:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 17:51:39 +0200
commit5a5c7bc43d55b2cd193a1afa9937ae1efd51fc91 (patch)
treeaa155f55dba144a0ff2e3b8e20128bebfddec88a /src/biruda.ggo
parent9a79a9dfc1a9e0443915813cbfc5db38e151dbd3 (diff)
downloadbiruda-5a5c7bc43d55b2cd193a1afa9937ae1efd51fc91.tar.gz
biruda-5a5c7bc43d55b2cd193a1afa9937ae1efd51fc91.tar.bz2
added local xxd and configuration generation in biruda binary
Diffstat (limited to 'src/biruda.ggo')
-rw-r--r--src/biruda.ggo7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/biruda.ggo b/src/biruda.ggo
index 3fdcbe4..27d7818 100644
--- a/src/biruda.ggo
+++ b/src/biruda.ggo
@@ -56,6 +56,8 @@ section "Command Line Interface"
"filename to read commands from and execute them"
string typestr="filename"
optional
+
+section "Rarely used commands"
option "human-readable" -
"try to display output in a form suitable for humans and not for computers"
@@ -64,3 +66,8 @@ section "Command Line Interface"
option "guess-env" -
"guess environment (used also internally)"
optional
+
+ option "generate-config" -
+ "generates an initial documented configuration"
+ optional
+