Skip to content

evaluate a library to parse program options #1402

Description

@ChristianBeer

Find a library that helps with parsing program options. Examples would be GNU getopt or Boost.Program_options or something similar.

Requirements:

  • must support short options with (-o value) and without (-v) arguments
  • must support long options with (--option value) and without (--help) arguments
  • long options do not need to have short options (but it could be possible in the future)
  • must support detached sources like the trickle_handler framework: see trickle_handler.cpp and trickle_deadline.cpp

Please comment on this issue for questions or comments.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    • Status
      Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions