Open GoogleCodeExporter opened 9 years ago
change the function name from 'ReloadNonCommandFlags' to
'ReloadNonCommandLineFlags'
Original comment by guang22c...@gmail.com
on 25 Nov 2014 at 2:28
Interesting suggestion. Any reason for duplicating the
ParseCommandLineFlagsInternal function? Why not just call the existing function
from ReloadNonCommandLineFlags? Actually, this function is doing the exact same
as ReparseCommandLineNonHelpFlags, except that help flags are treated as well.
However, I cannot see the why you would want a daemon to read a help flag from
a flag file or an environment variable to print a help screen and then exit...
Please elaborate the use case a bit more and why what you need cannot be
achieved using ReparseCommandLineNonHelpFlags.
Original comment by andreas....@gmail.com
on 25 Nov 2014 at 2:40
Original issue reported on code.google.com by
guang22c...@gmail.com
on 25 Nov 2014 at 2:19