cli
main()
Top-level command line interface to the workflows.
Source code in src/dolphin/cli.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |
run_cli(config_file, /, debug=False)
Run the displacement workflow.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config_file
|
str
|
YAML file containing the workflow options. |
required |
debug
|
bool
|
Enable debug logging, by default False. |
False
|
Source code in src/dolphin/cli.py
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | |