diff options
Diffstat (limited to 'src/cli.yml')
-rw-r--r-- | src/cli.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cli.yml b/src/cli.yml new file mode 100644 index 000000000000..7c374e102048 --- /dev/null +++ b/src/cli.yml @@ -0,0 +1,14 @@ +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 |