usage: ToolBOS-Config.py [-h] [-f VAR] [-p VAR] [-r VAR] [-s EXPR] [-z] [-v]
                         [-V]

Configure ToolBOS SDK preferences.

optional arguments:
  -h, --help            show this help message and exit
  -f VAR, --format VAR  show value of specified config option in native Python
                        format
  -p VAR, --print VAR   show value of specified config option
  -r VAR, --remove VAR  remove config option from user conf
  -s EXPR, --set EXPR   set config option in user conf in Python syntax
                        ("key=value")
  -z, --zen             open configuration GUI
  -v, --verbose         show debug messages
  -V, --version         show version info and exit

examples:
  ToolBOS-Config.py
  ToolBOS-Config.py -f defaultPlatform
  ToolBOS-Config.py -p defaultPlatform
  ToolBOS-Config.py -r "foo"
  ToolBOS-Config.py -s "defaultPlatform = 'qnx'"
  ToolBOS-Config.py -s "myList = [1,2,3,4]"
  ToolBOS-Config.py -z                   # opens GUI

Please report bugs on GitLab (https://dmz-gitlab.honda-ri.de/TECH_Team/ToolBOSCore/-/issues).
