Skip to content

More parameter types, and params always get listed in same order

Compare
Choose a tag to compare
@mediocregopher mediocregopher released this 20 Sep 02:02
· 24 commits to master since this release

Added the following parameter types:

  • RequiredStrParam - Like StrParam, but with no default value. It must be given
  • RequiredIntParam - Similar to RequiredStrParam
  • IntParams - Multiple ints, similar to StrParams

When listing parameters in both the help menu and the example config file, parameters will now always show up in the order they were given.