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 48a88d1 commit 89ae61bCopy full SHA for 89ae61b
Makefile
@@ -51,5 +51,5 @@ generate-manifest-windows: ## Generate the manifest file for windows OSes
51
.PHONY: help
52
.DEFAULT_GOAL := help
53
help:
54
- @grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
+ @grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort
55
0 commit comments