pawamoy/copier-poetry

Improved help (multi-lines)

Closed this issue · 1 comments

.PHONY: help
help:  ## Print this help.
        @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_ \t@-]+:.*?## / {gsub("\t@", ""); printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)

We're not using this anymore, but duty instead.