aboutsummaryrefslogtreecommitdiff
path: root/options.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'options.ggo')
-rw-r--r--options.ggo9
1 files changed, 9 insertions, 0 deletions
diff --git a/options.ggo b/options.ggo
new file mode 100644
index 0000000..ec082f3
--- /dev/null
+++ b/options.ggo
@@ -0,0 +1,9 @@
+package "BLoC"
+version "1.0"
+purpose "Tool for converting to/from BLC and BLoC"
+
+option "input" i "input file" string required
+option "output" o "output file" default="out.bloc" string optional
+option "from-blc" b "convert from BLC to BLoC" flag on
+option "from-bloc" B "convert from BLoC to BLC" flag off
+option "dump" d "dump bloc file" dependon="from-bloc" flag off