py-sil-app CLI Reference
The py-sil-app program uses command line interface (CLI) parameters to control program behavior.
For a list of common parameters supported by py-sil-app please see Common CLI Parameters.
The following document additional CLI parameter relevant to this program, in alphabetical order.
--pymodpath
The --pymodpath parameter specifies the PY-SIL libraries search path to use while searching for PY-SIL libraries.
If the --pymodpath CLI parameter is not provided, the default search path for PY-SIL code is $HOME/pysil directory. If it is not found in this default location the application will attempt to locate PY-SIL in the current directory.
Syntax |
string: directory specification |
Default: |
./ and $HOME/pysil |
Min Allowed: |
0 |
Max Allowed: |
1 |
Supported by: |
py-sil-app |
Example: |
py-sil-app --pymodpath=”~/libs” |