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