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
Applications should have a usage string providing a description of what they do, the main flags and an a sample execution.
Alternatives considered
N/A
Implementation suggestion
Use gflags::SetUsageMessage(kUsageMessage) before calling gflags::ParseCommandLineFlags(&argc, &argv, true) in the applications where kUsageMessage is a constexpr string.
Desired behavior
Applications should have a usage string providing a description of what they do, the main flags and an a sample execution.
Alternatives considered
N/A
Implementation suggestion
Use
gflags::SetUsageMessage(kUsageMessage)
before callinggflags::ParseCommandLineFlags(&argc, &argv, true)
in the applications wherekUsageMessage
is a constexpr string.Additional context
See this comment.
The text was updated successfully, but these errors were encountered: