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:
|
||||
echo "not implemented yet"
|
||||
|
||||
dev:
|
||||
go run cmd/yr.go
|
||||
dev +args='--help':
|
||||
go run main.go {{args}}
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
|
Loading…
Reference in a new issue