🔖 Ic-merge is working now
This commit is contained in:
parent
8a3da4c5fe
commit
03fa525a00
5 changed files with 58 additions and 33 deletions
14
Taskfile.yml
14
Taskfile.yml
|
|
@ -84,3 +84,17 @@ tasks:
|
|||
- '{{.BIN}}/cool-down'
|
||||
cmds:
|
||||
- go install ./cmd/cool-down
|
||||
|
||||
install-ic-merge:
|
||||
desc: Installs the ic-merge command
|
||||
source:
|
||||
- go.mod
|
||||
- go.sum
|
||||
- cmd/ic-merge/**/*.go
|
||||
- cli/context/*.go
|
||||
- cli/err/*.go
|
||||
- infinitecraft/**/*.go
|
||||
generates:
|
||||
- '{{.BIN}}/ic-merge'
|
||||
cmds:
|
||||
- go install ./cmd/ic-merge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue