Skip to content

2022.3

Choose a tag to compare

@FredHappyface FredHappyface released this 31 Dec 16:50
· 34 commits to master since this release

2022.3 - 2022/12/31

  • Feature, support defaults #11
  • Use full module namespace in-place of relative imports
  • Use Enum for widget types. eg. types.ItemType.Bool
  • Update internal types
  • Add more supported types for other parsers. e.g click
    • Argparse supports: Bool, Int, Choice, File, Text
    • Click supports: Bool, Int, Choice, Text
    • DocOpt supports: Bool, Text
    • GetOpt supports: Bool, Text
    • Optparse supports: Bool, Int, Choice, Text