add default command to Taskfile
This commit is contained in:
parent
55675e0c1b
commit
76ee438f21
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
||||||
version: '3'
|
version: '3'
|
||||||
tasks:
|
tasks:
|
||||||
|
default:
|
||||||
|
cmds:
|
||||||
|
- go run ./cmd/tui/main.go
|
||||||
build:
|
build:
|
||||||
cmds:
|
cmds:
|
||||||
- go build -o ./bin/tui ./cmd/tui/main.go
|
- go build -o ./bin/tui ./cmd/tui/main.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue