feat(repo): Add edit task to poe
This commit is contained in:
parent
6130c79c53
commit
12704e64f5
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ cmd = "quarto preview scoping_review.qmd --to=html"
|
|||
[tool.poe.tasks.render]
|
||||
help = "Render all project files"
|
||||
cmd = "quarto render"
|
||||
[tool.poe.tasks.edit]
|
||||
help = "Edit the main project file in-environment"
|
||||
cmd = "nvim"
|
||||
|
|
Loading…
Reference in a new issue