tanghong123 / googletest

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

Suggestion: Add support for --help option #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In typical *nix convention, when running a program with '--help', a list of
available options and short description is displayed.

It would be useful for the GoogleTest (specifically
testing::InitGoogleTest(&argc, argv)) to support '--help' as an option to
display all the available options -- those listed under
GoogleTestAdvancedGuide.
(http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Running_Test_P
rograms:_Advanced_Options)

This will help new users immensely without having to refer back to the Wiki
page all the time.

Original issue reported on code.google.com by charles....@gmail.com on 16 Feb 2009 at 1:54

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion, Charles.  Could you please send your proposal to
googletestframework@googlegroups.com for discussion?  Thanks.

Original comment by zhanyong...@gmail.com on 16 Feb 2009 at 6:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Link to discussion:
http://groups.google.com/group/googletestframework/browse_thread/thread/3def604f
fcfd62a4

Original comment by charles....@gmail.com on 18 Feb 2009 at 6:22

GoogleCodeExporter commented 9 years ago
Patch submitted for review:
http://codereview.appspot.com/20048

Original comment by charles....@gmail.com on 22 Feb 2009 at 11:24

GoogleCodeExporter commented 9 years ago
Patch submitted for review:
http://codereview.appspot.com/22051

Original comment by charles....@gmail.com on 28 Feb 2009 at 7:03

GoogleCodeExporter commented 9 years ago
Implemented in trunk.

Original comment by zhanyong...@gmail.com on 11 Mar 2009 at 10:37