DevO2012 / gflags

Automatically exported from code.google.com/p/gflags
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

how to support default parameter? #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
how to support default parameter in command line? like

ping www.qq.com

Original issue reported on code.google.com by mykon...@gmail.com on 22 Jan 2011 at 6:59

GoogleCodeExporter commented 9 years ago
You'd do better asking this question on the newsgroup, I think 
(google-gflags@googlegroups.com) rather than as a bug report.  But to answer 
your question, check the documentation:
    http://google-gflags.googlecode.com/svn/trunk/doc/gflags.html#together

What you're referring to are called 'commandline arguments' (as opposed to 
'commandline flags').

Original comment by csilv...@gmail.com on 24 Jan 2011 at 9:33