diff options
| author | EVE <EVE@EVE-PC> | 2017-03-14 12:20:59 -0400 |
|---|---|---|
| committer | EVE <EVE@EVE-PC> | 2017-03-14 12:20:59 -0400 |
| commit | fbfea4c79027e4f24bcaeca5c5fb77a432a0f06e (patch) | |
| tree | ce4d0fe2d23f3e7d15be144440bd78d1b10e75fc /dice-lang/data/help/cli.help | |
| parent | 635d3150e3e85c01b777ff165e21fa8965d58440 (diff) | |
Implement CLI arg help.
Diffstat (limited to 'dice-lang/data/help/cli.help')
| -rw-r--r-- | dice-lang/data/help/cli.help | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dice-lang/data/help/cli.help b/dice-lang/data/help/cli.help index b517d32..3ac6145 100644 --- a/dice-lang/data/help/cli.help +++ b/dice-lang/data/help/cli.help @@ -1,4 +1,7 @@ Help for DiceLang v0.2 CLI arguments: + -h or --help Show help + Shows this help message + -d or --debug Turn on debug mode. Turns on debug mode, which prints additional information that may be useful for finding errors. |
