wxWidgets/samples/console
Lauri Nurmi b8192cb8e1 Allow hiding command line arguments from Usage()
Add wxCMD_LINE_HIDDEN wxCmdLineParser flag allowing to hide options and/or
parameters.

A hidden/unlisted argument is processed as usual, but not shown in the output
given by Usage(). A use case for such could be diagnostics switches that
should exist but are not useful to the end user.

Closes https://github.com/wxWidgets/wxWidgets/pull/390
2017-02-20 17:53:04 +01:00
..
console_vc7.vcproj
console_vc8.vcproj
console_vc9.vcproj
console.bkl
console.cpp Allow hiding command line arguments from Usage() 2017-02-20 17:53:04 +01:00
descrip.mms
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00