P Ranav Structopt Versions Save

Parse command line arguments by defining a struct

v0.1.3

2 years ago

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

v0.1.2

3 years ago

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

v0.1.1

3 years ago
  • 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

v0.1.0

3 years ago