qt5base-lts/tests/auto/corelib/tools/qcommandlineparser
David Faure 74117b5100 QCommandLineParser: add parsing mode for options after arguments
The new mode, ParseAsPositionalArguments, allows to interpret
"application argument --opt" as having two positional arguments,
"argument" and "--opt".
This mode is useful for executables that aim to launch other executables
(e.g. wrappers, debugging tools, etc.) or who support internal commands
followed by options for the command. "argument" is the name of the command,
and all options occurring after it can be collected and parsed by another
command line parser, possibly in another executable.

[ChangeLog][QtCore][QCommandLineParser] Add parsing mode for options
after arguments, to allow treating them as more arguments.

Change-Id: I48d5fcf90f2f59deda8422538b8ebf2680fae828
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-03-06 09:09:31 +00:00
..
testhelper QCommandLineParser: add support for hiding options from --help. 2015-02-23 14:32:42 +00:00
qcommandlineparser.pro Long live QCommandLineParser! 2013-08-24 21:33:39 +02:00
tst_qcommandlineparser.cpp QCommandLineParser: add parsing mode for options after arguments 2015-03-06 09:09:31 +00:00
tst_qcommandlineparser.pro Long live QCommandLineParser! 2013-08-24 21:33:39 +02:00