maliput / maliput/maliput_integration
Apps: Set ussage message for all the apps
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Summary
When doing ` --help`, besied the gflags being showed, a usage message should be displayed.
This can be set up via `gflags::SetUsageMessage()` method.
### Victory condition
Add a usage message to all the apps.
### Implementation suggestion
See `maliput_query` app, it is already being used there.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the maliput_query app, which already uses gflags::SetUsageMessage(), and compare its entry point with the other apps. Run each app with --help to identify which outputs lack a usage message; done means every app displays one alongside its gflags help.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100