Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

TODO #1

Open
5 tasks
thetredev opened this issue Aug 17, 2019 · 1 comment
Open
5 tasks

TODO #1

thetredev opened this issue Aug 17, 2019 · 1 comment
Assignees

Comments

@thetredev
Copy link
Owner

thetredev commented Aug 17, 2019

  • Add Windows support
  • 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.
@thetredev thetredev self-assigned this Aug 18, 2019
@thetredev
Copy link
Owner Author

Windows support isn't working yet. See #3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant