Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line arguments parser #50

Open
agalbachicar opened this issue Feb 7, 2018 · 1 comment
Open

Command line arguments parser #50

agalbachicar opened this issue Feb 7, 2018 · 1 comment

Comments

@agalbachicar
Copy link
Collaborator

Based on PR #39, a custom CLI parser has been introduced. If that code remains, it would be great to use a dedicated library instead of the custom parser. As Drake already uses gflags, it is a great candidate.

@liangfok
Copy link
Collaborator

Somewhat related to this ticket: it would be nice if the CLI parser supported --help. It currently errors out:

$ ./install/delphyne-gui/bin/visualizer --help
[Msg] Visualizer 0.1.0
[Err] [global_attributes.cc:48] The argument: "--help" does not contain "="
terminate called after throwing an instance of 'std::runtime_error'
  what():  The argument: "--help" does not contain "="

Aborted (core dumped)

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

No branches or pull requests

2 participants