Parameters

The following parameters are supported:

executable

  • -x (python executable): This parameter can only take the values python or python3, and indicates wich executable to use when running python tasks.

    If python3 is available, this parameter defaults to python3, otherwise python is used.

./docthis.sh -x python3

help

  • -h (help): Show help message and exit.
./docthis.sh -h

path

  • -p (path): Optional path to project root folder.
./docthis.sh -p /home/username/my-project

requirement

  • -i (install requirements): Install all requirements.
./docthis.sh -i