diff options
| author | Alex Flint <[email protected]> | 2015-11-22 10:04:14 +1030 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2015-11-22 10:04:14 +1030 |
| commit | 5db9c77fa32bd444360f8376ddfa7bc209813b20 (patch) | |
| tree | ed9a5f3a36a5822d82d47f4e8be7b40671e79183 /usage_test.go | |
| parent | 785fa3f8c93bc43540b189bacaed9d9aba890528 (diff) | |
| parent | 330a0da571888c4ec6dac345140a7ee663d00d6e (diff) | |
Merge pull request #13 from walle/show_builtin
Add built ins to options in help output
Diffstat (limited to 'usage_test.go')
| -rw-r--r-- | usage_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usage_test.go b/usage_test.go index 83da1c1..5a9199c 100644 --- a/usage_test.go +++ b/usage_test.go @@ -23,6 +23,7 @@ options: --dataset DATASET dataset to use --optimize OPTIMIZE, -O OPTIMIZE optimization level + --help, -h display this help and exit ` var args struct { Input string `arg:"positional"` |
