about summary refs log tree commit diff
path: root/src/cli.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.yml')
-rw-r--r--src/cli.yml26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/cli.yml b/src/cli.yml
index 937b44c9c6f9..4b2e94e57b0e 100644
--- a/src/cli.yml
+++ b/src/cli.yml
@@ -10,7 +10,7 @@ args:
       help: Sets a custom config file
       takes_value: true
 subcommands:
-  - debug:
+  - info:
       about: Writes debug information to the terminal and exits
   - generate-level:
       about: Generate a level and print it to the screen
@@ -20,3 +20,27 @@ subcommands:
           value_name: GEN
           help: Select which generator to use
           takes_value: true
+      - width:
+          long: width
+          short: w
+          value_name: WIDTH
+          takes_value: true
+      - height:
+          long: height
+          short: h
+          value_name: HEIGHT
+          takes_value: true
+      - start-alive-chance:
+          long: start-alive-chance
+          takes_value: true
+      - birth_limit:
+          long: birth-limit
+          takes_value: true
+      - death_limit:
+          long: death-limit
+          takes_value: true
+      - steps:
+          long: steps
+          short: s
+          value_name: STEPS
+          takes_value: true