We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d897d80 commit 0f15e44Copy full SHA for 0f15e44
Makefile
@@ -138,8 +138,10 @@ generate: ## Generate code
138
./tool/go generate ./...
139
140
help: ## Show this help
141
- @echo "\nSpecify a command. The choices are:\n"
142
- @grep -hE '^[0-9a-zA-Z_-]+:.*?## .*$$' ${MAKEFILE_LIST} | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-20s\033[m %s\n", $$1, $$2}'
+ @echo ""
+ @echo "Specify a command. The choices are:"
143
144
+ @grep -hE '^[0-9a-zA-Z_-]+:.*?## .*$$' ${MAKEFILE_LIST} | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-20s\033[m %s\n", $$1, $$2}'
145
@echo ""
146
.PHONY: help
147
0 commit comments