You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vtr/parse_vtr_task.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,16 @@ Detailed Command-line Options
47
47
A file containing a list of tasks to parse.
48
48
Each task name should be on a separate line.
49
49
50
+
.. option:: -temp_dir <path>
51
+
52
+
Alternate directory containing task results to parse (see run_vtr_task).
53
+
54
+
**Default:** ``config/..`` for each task being parsed
55
+
56
+
Specifies the parent directory for the output of a set of tasks, which will contain ``<task_name>/run<#>`` directories, as well as any generated parse results.
57
+
58
+
A task folder or list with a config directory must still be specified when invoking the script.
Copy file name to clipboardExpand all lines: doc/src/vtr/run_vtr_task.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,17 @@ Detailed Command-line Options
60
60
<task_name3>
61
61
...
62
62
63
+
.. option:: -temp_dir <path>
64
+
65
+
Alternate directory for files generated by a set of tasks.
66
+
The script will automatically create this directory if necessary.
67
+
68
+
**Default:** ``config/..`` for each task being run
69
+
70
+
Specifies the parent directory for the output of this set of tasks, which will contain ``<task_name>/run<#>`` directories, as well as any generated parse results.
71
+
72
+
A task folder or list with a config directory must still be specified when invoking the script.
73
+
63
74
.. option:: -system{local|scripts}
64
75
65
76
Controls how the actions (e.g. invocations of :ref:`run_vtr_flow`) are called.
click==8.0.2# Our version of black needs an older version of click (https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click)
0 commit comments