blob: 937b44c9c6f9b0b7bf87b87c4fcfcdce74d99d2e (
plain) (
tree)
|
|
name: xanthous
version: "0.0"
author: Griffin Smith <root@gws.fyi>
about: hey, it's a terminal game
args:
- config:
short: c
long: config
value_name: FILE
help: Sets a custom config file
takes_value: true
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
|