Setup subcommand
quicktest setup config | qt setup config
The list of accepted tags can be found by executing the following command
quicktest setup config --help
quicktest setup config --label="Language::Cpp.PROGRAM" --value="g++"
quicktest setup config --label="Language::Cpp.STANDARD" --value="-std=c++17"
quicktest setup config --label="Language::Python.PROGRAM" --value="python"
or shorter
qt setup config -l "Language::Cpp.PROGRAM" -v="g++"
qt setup config -l "Language::Cpp.STANDARD" -v="-std=c++17"
qt setup config -l "Language::Python.PROGRAM" -v="python"
Demo
Subcommand Structure
quicktest setup | qt setup
Subcommand
config
Subcommand that allows to change C++ settingsOptions
-l=<value> | --label=<value>
Label with the path of the configuration that you want to change-v=<value> | --value=<value>
value you want to change a selected label to