Add justfile
This commit is contained in:
parent
975b402ff7
commit
e2d5273ed8
1 changed files with 8 additions and 0 deletions
8
.justfile
Normal file
8
.justfile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Hide the default option from the recipes list
|
||||||
|
_default: print-recipes
|
||||||
|
|
||||||
|
find-results:
|
||||||
|
find . -name '*result*'
|
||||||
|
|
||||||
|
print-recipes:
|
||||||
|
@just --list
|
||||||
Loading…
Add table
Add a link
Reference in a new issue