fix: sort help output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-09-23 00:06:32 +02:00
parent c4038b34cf
commit 7b17049512

View file

@ -145,7 +145,7 @@ help: ## print this help
/^[a-zA-Z_-]+:.*?## / \
{ sub("\\\\n",sprintf("\n%22c"," "), $$2); \
printf("\033[36m%-20s\033[0m %s\n", $$1, $$2); \
}' $(MAKEFILE_LIST)
}' $(MAKEFILE_LIST) | sort
@echo ""