explicitly define just's default recipe (we chose "--list")
This commit is contained in:
parent
a9bf9d0628
commit
ed8919cf38
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,3 +1,6 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
uv_export_options := "--format requirements.txt --quiet"
|
||||
exports-deps:
|
||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue