summaryrefslogtreecommitdiff
path: root/src/biruda.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 14:30:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 14:30:35 +0200
commitbcd0e950a774338237f666894e625201973bee34 (patch)
treeba55dd105690bdaa864604b01e1eaf52cf8dc1fe /src/biruda.ggo
parentb36d9c7c9044f0252a38c401877e8ea29d49da03 (diff)
downloadbiruda-bcd0e950a774338237f666894e625201973bee34.tar.gz
biruda-bcd0e950a774338237f666894e625201973bee34.tar.bz2
added printing of environment
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 9b2fdc6..7df88ba 100644
--- a/src/biruda.ggo
+++ b/src/biruda.ggo
@@ -56,4 +56,11 @@ section "Command Line Interface"
"filename to read commands from and execute them"
string typestr="filename"
optional
+
+ option "human-readable" -
+ "try to display output in for humans and not for computers"
+ optional
+ option "guess-env" -
+ "guess environment (used also internally)"
+ optional