Skip to content

v3.6.0

Compare
Choose a tag to compare
@xgfone xgfone released this 24 Aug 09:27
· 86 commits to master since this release
  • Added:
    • Add the method Traverse to traverse all options in all groups.
    • Enhance the constraint of the option:
      1. When setting the default value by D, it will be parsed by the Parser if it exists.
      2. When setting the parser by P, it will parse the Default if it has one default value.