7 lines
980 B
Markdown
7 lines
980 B
Markdown
|
Fluents takes the following command line options:
|
||
|
| | |
|
||
|
|----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
|
||
|
| `-h` or `--help` | Displays help index, which is probably more updated than what is documented on the web. |
|
||
|
| `-l` or `--workflow-list` | Lists the available workflows. Available workflows must be in the workflows package and must load on your system. |
|
||
|
| `-w workflow` or `--workflow=workflow` | Creates a new project using the given workflow. Use -l to get a list of workflows. The workflow parameter is the identifier of the workflow. |
|