usage: CreateProxyDir.py [-h] [-b BUILD] [-g GLOBALDIR] [-p PROXYDIR] [-v]
                         [-V]

Create a sandbox for the Software Installation Tree (SIT) in the
directory specified with -p|--proxyDir, or in the default location
"/home/<user>/.HRI/sit/<build>" (where <build> will be replaced by the
SIT release identifier such as "latest").

optional arguments:
  -h, --help            show this help message and exit
  -b BUILD, --build BUILD
                        SIT release to use (default: "latest")
  -g GLOBALDIR, --globalDir GLOBALDIR
                        path to global SIT (default: /hri/sit/latest)
  -p PROXYDIR, --proxyDir PROXYDIR
                        path to proxy SIT (default:
                        /home/<user>/.HRI/sit/<build>)
  -v, --verbose         show debug messages
  -V, --version         show version info and exit

examples:
  CreateProxyDir.py
  CreateProxyDir.py -b testing
  CreateProxyDir.py -g /hri/sit/oldstable -p /tmp/mySIT

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