Skip to content

Instantly share code, notes, and snippets.

@jairhenrique
Created January 12, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jairhenrique/fc27082d11aa02ae3e7c96c755603982 to your computer and use it in GitHub Desktop.
Save jairhenrique/fc27082d11aa02ae3e7c96c755603982 to your computer and use it in GitHub Desktop.
help: ## This help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment