chore: Update justfile
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
ff9f40e2f8
commit
dabd75acd9
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -4,8 +4,8 @@ default:
|
||||||
build:
|
build:
|
||||||
echo "not implemented yet"
|
echo "not implemented yet"
|
||||||
|
|
||||||
dev:
|
dev +args='--help':
|
||||||
go run cmd/yr.go
|
go run main.go {{args}}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in a new issue