Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very small cosmetic change to make positional arguments look better. Previously, positional arguments would look like: ``` $ th my_script.lua --help Usage: [options] <arg1><arg2> -opt1 blah blah [default] ``` and now it should look like ``` $ th my_script.lua --help Usage: [options] <arg1> <arg2> -opt1 blah blah [default] ``` Very minorly cosmetic.
- Loading branch information