usage: ExecInAllProjects.py [-h] [-f FILE] [-i] [-r REPOFILE] [-v] [-V]
                            command

Execute a command within each project below the current working
directory.

positional arguments:
  command               command to execute within projects

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  path to script to execute within each project
  -i, --ignore-errors   ignore errors
  -r REPOFILE, --repofile REPOFILE
                        Python file with whitelist of projects to visit, e.g.:
                        projectRoots = ['./path/to/Foo', './path/to/Bar']
  -v, --verbose         show debug messages
  -V, --version         show version info and exit

examples:
  ExecInAllProjects.py "svn st"
  ExecInAllProjects.py -v -f script.sh
  ExecInAllProjects.py -r repoInfo.py "BST.py -q"

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