sync_down command added
This commit is contained in:
parent
4aeacd5e54
commit
589111e03b
|
@ -18,6 +18,7 @@ main = "quacc.main:main"
|
||||||
run = "run:run"
|
run = "run:run"
|
||||||
panel = "qcpanel.run:run"
|
panel = "qcpanel.run:run"
|
||||||
sync_up = "remote:sync_code"
|
sync_up = "remote:sync_code"
|
||||||
|
sync_down = "remote:sync_output"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
|
Loading…
Reference in New Issue