Skip to content

Releases: p-ranav/structopt

structopt

09 Apr 00:54
Compare
Choose a tag to compare

Fixed #20 - Build error on clang 12 due to outdated dependency - Updated magic_enum dependency to v0.7.3

structopt

28 Apr 00:33
Compare
Choose a tag to compare

Closed #19 - structopt now supports providing custom help message when constructing structopt::app

structopt

26 Nov 18:10
ffe3473
Compare
Choose a tag to compare
  • Updated CMakeLists to only run MSVC related checks if the compiler is actually MSVC
  • Fixed #13 - At least one positional argument is required to properly raise an error for unknown optional arguments.
  • Fixed #14 - Excess positional arguments do not generate an error

structopt

17 Aug 02:52
639c9ca
Compare
Choose a tag to compare
v0.1.0

Updated release after infinite loop bug fix in #10