maliput / delphyne_gui

Graphical frontend and tools for Delphyne
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Command line arguments parser #50

Open agalbachicar opened 6 years ago

agalbachicar commented 6 years ago

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

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)