You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Add support for positional arguments which are neither flags nor options
Provide richer samples
Add support/readme for custom types
After all that...
Make struct types::CommandLineArgument_t a class which one can use directly to call get<T>([<default>]) on it to get its typed command line value
This will require creating an parser::ArgumentParser on the heap using something like std::unique_ptr and a public static creator() method.
The text was updated successfully, but these errors were encountered:
After all that...
struct types::CommandLineArgument_t
aclass
which one can use directly to callget<T>([<default>])
on it to get its typed command line valueThis will require creating an
parser::ArgumentParser
on the heap using something likestd::unique_ptr
and apublic static creator()
method.The text was updated successfully, but these errors were encountered: