| Parameter | Description |
|---|---|
| -i, --input | Path to the TIA Portal project or the folder containing it. If no TIA Portal project is selected, the option defines the input folder of already exported SCL files. To include all sub-folders use the pattern "myFolder/*/.scl". |
| -p, --plc | Name of a PLC in the TIA Portal project. If omitted, the first created PLC is used. |
| -o, --output | Target folder for the generated ST code. Defaults to: ./src/import-scl |
| -n, --namespace | Namespace for the generated ST code files. Defaults to: ImportSCL |