Abseil flags do not output help info when the executable name is not same as the source file name. #1972
Answered
by
derekmauro
binbowang1987
asked this question in
Q&A
-
|
when I use main.cpp as the source file, and test_flag as the executable name. run I changed main.cpp to test_flag.cpp, the output of |
Beta Was this translation helpful? Give feedback.
Answered by
derekmauro
Nov 13, 2025
Replies: 1 comment 1 reply
-
|
You should be able to set some options using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
binbowang1987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to set some options using
absl::SetFlagsUsageConfig()that will let the library understand which flags are part of--help.