blob: 937b44c9c6f9b0b7bf87b87c4fcfcdce74d99d2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|