ctr: Enable shell autocompletion

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2019-10-01 09:29:02 +02:00
parent 7f9530d95b
commit b5fa55b0c2
4 changed files with 34 additions and 1 deletions

View File

@@ -294,7 +294,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
vendor:
@echo "$(WHALE) $@"
@vndr
@vndr -whitelist github.com/urfave/cli/autocomplete/
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort