Abseil flags do not output help info when the executable name is not same as the source file name. #1972
Unanswered
binbowang1987
asked this question in
Q&A
Replies: 1 comment
-
|
You should be able to set some options using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I use main.cpp as the source file, and test_flag as the executable name. run
test_flag --help, the output isI changed main.cpp to test_flag.cpp, the output of
test_flag --helpis ok.Beta Was this translation helpful? Give feedback.
All reactions