You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing <app_name> --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.
The text was updated successfully, but these errors were encountered:
Summary
When doing
<app_name> --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.The text was updated successfully, but these errors were encountered: