Skip to content

Instantly share code, notes, and snippets.

@ludofleury
Created October 25, 2019 13:47
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 ludofleury/cd91e6f193a04c11d52dfb15a6117978 to your computer and use it in GitHub Desktop.
Save ludofleury/cd91e6f193a04c11d52dfb15a6117978 to your computer and use it in GitHub Desktop.
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment