Skip to content

Releases: NaiboWang/CommandlineConfig

v2.2.3

26 Sep 17:25
Compare
Choose a tag to compare
  • Support infinite level nesting of parameters in dictionary
  • Automatic version checking
  • Support parameter value constrained to specified value (enumeration)
  • Support for tuple type
  • Support reading configuration from local JSON file
  • Support for setting parameter help and printing parameter descriptions via command line -h
  • Documentation updates, provide simple example
  • 支持字典内参数无限层级嵌套
  • 自动版本检查
  • 支持参数值限定为指定值(枚举)
  • 支持元组类型tuple
  • 支持从本地JSON文件中读取配置
  • 可设置参数帮助,并通过命令行-h打印参数说明
  • 文档更新提供简单示例