Skip to content

Releases: hebench/common-lib

HEBench Common Library v0.1.5

31 Jul 20:49
d8130ef

Choose a tag to compare

Pre-release

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

HEBench Common Library v0.1.5

06 Dec 00:55

Choose a tag to compare

Pre-release

Features

  • Initial Release

Bug Fixes

  • N/A

Co-authored-by: @sidezrw
Co-authored-by: @kylanerace