sync_down command added

This commit is contained in:
Lorenzo Volpi 2023-11-16 17:14:55 +01:00
parent 4aeacd5e54
commit 589111e03b
1 changed files with 1 additions and 0 deletions

View File

@ -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]