diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-20T05·40-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-20T05·40-0400 |
commit | d001b0a017cf4d1a614e636059db257fa75dcc9d (patch) | |
tree | 4074848d47dcb048aff3109a2442895cd0d0bb36 /src/cli.yml | |
parent | 29c80ac8ba0d733c6c452d8fd39e9561553495b0 (diff) |
Cellular-automata based cave level generator
Diffstat (limited to 'src/cli.yml')
-rw-r--r-- | src/cli.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli.yml b/src/cli.yml index 7c374e102048..937b44c9c6f9 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -12,3 +12,11 @@ args: subcommands: - debug: about: Writes debug information to the terminal and exits + - generate-level: + about: Generate a level and print it to the screen + args: + - generator: + long: generator + value_name: GEN + help: Select which generator to use + takes_value: true |