sort help
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
fe2202fde0
commit
978480008a
3
Makefile
3
Makefile
|
@ -30,7 +30,8 @@ all: lint-fix lint test gen web ## Lint, build, and test everything
|
|||
help: ## Show this help
|
||||
@echo "\nSpecify a command. The choices are:\n"
|
||||
@grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-24s\033[m %s\n", $$1, $$2}'
|
||||
awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-24s\033[m %s\n", $$1, $$2}' | \
|
||||
sort
|
||||
@echo ""
|
||||
|
||||
test-go:
|
||||
|
|
Reference in a new issue