Releases: hebench/common-lib
Releases · hebench/common-lib
HEBench Common Library v0.1.5
Features
- N/A
Bug Fixes
- Fixed a bug that prevented the help flag from being recognized when there were more than 1 positional arguments required.
- Made positional arguments work closer to python version where they can be interspersed among option arguments.
- Positional arguments are now "optional" and users should check whether a parsed command line contained all the positional arguments they expected, and error out oif any non-optional positional arguments were missed, or supply default values.
Co-authored-by: @sidezrw