summaryrefslogtreecommitdiff
path: root/src/biruda.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-12-04 09:47:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-12-04 09:47:09 +0100
commitd5d78969be2903d30b948ba14353e6d476eb32a8 (patch)
treeea076c969484635f3a4d53fc7b700decdbadef9e /src/biruda.ggo
parentf30a66ffe8752d370ad211f9e331ed25538a263e (diff)
downloadbiruda-d5d78969be2903d30b948ba14353e6d476eb32a8.tar.gz
biruda-d5d78969be2903d30b948ba14353e6d476eb32a8.tar.bz2
added a -F <commandfile> option for easier batch execution
Diffstat (limited to 'src/biruda.ggo')
-rw-r--r--src/biruda.ggo26
1 files changed, 17 insertions, 9 deletions
diff --git a/src/biruda.ggo b/src/biruda.ggo
index c204713..9b2fdc6 100644
--- a/src/biruda.ggo
+++ b/src/biruda.ggo
@@ -1,7 +1,7 @@
package "Biruda build service"
version "0.0.1"
usage "biruda [options]"
-description "Biruda node"
+description "Biruda Service"
section "Main Options"
option "config-file" c
@@ -21,14 +21,6 @@ section "Main Options"
"increase verbosity (can be given multiple times)"
optional multiple
- option "cli" i
- "start in command line interface (CLI), interactive mode"
- optional
-
- option "no-colors" -
- "disable colors in CLI mode"
- optional
-
section "Unix Daemon"
option "foreground" f
@@ -49,3 +41,19 @@ section "Unix Daemon"
"the unpriviledged user the daemon should run as"
string typestr="user"
optional
+
+section "Command Line Interface"
+
+ option "cli" i
+ "start in command line interface (CLI), interactive mode"
+ optional
+
+ option "no-colors" -
+ "disable colors in CLI mode"
+ optional
+
+ option "filename" F
+ "filename to read commands from and execute them"
+ string typestr="filename"
+ optional
+