1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Add bash completion cmd

This commit is contained in:
stefanprodan
2020-05-01 19:46:54 +03:00
parent 155cc66db9
commit afcb41c59b
33 changed files with 116 additions and 43 deletions

View File

@@ -23,3 +23,6 @@ install:
.PHONY: docs
docs:
mkdir -p ./docs/cmd && go run ./cmd/tk/ docgen
install-dev:
CGO_ENABLED=0 go build -o /usr/local/bin ./cmd/tk