Options: -h, --help Displays help on commandline options. --help-all Displays help including Qt specific options. -v, --version Displays version information.
QCommandLineOption CommandExe("c", QGuiApplication::translate("main","Take the first argument as a command to execute, " "rather than reading commands from a script or standard input. " "If any fur‐\ther arguments are given, " "the first one is assigned to $0," " rather than being used as a positional parameter."));
Options: -h, --help Displays helpon commandline options. --help-all Displays help including Qt specific options. -v, --version Displays version information. -c Take the firstargumentasacommandtoexecute, rather than reading commands from a script or standard input. If any fur‐ her arguments are given, the first one is assigned to $0, rather than being used asa positional parameter.