File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,6 @@ help: ## Show this help screen
105105 @echo ' '
106106 @echo ' Available targets are:'
107107 @echo ' '
108- @grep -E ' ^[ a-zA-Z0-9_.-]+:.*?## .*$$' $(MAKEFILE_LIST ) | \
108+ @grep -E ' ^[ a-zA-Z0-9_./ -]+:.*?## .*$$' $(MAKEFILE_LIST ) | \
109109 awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-33s\033[0m %s\n", $$1, $$2}'
110110 @echo ' '
Original file line number Diff line number Diff line change @@ -567,6 +567,9 @@ format Format the code into unified format
567567schema Generate OpenAPI schema file
568568openapi-doc Generate OpenAPI documentation
569569requirements.txt Generate requirements.txt file containing hashes for all non-devel packages
570+ docs/config.puml Generate PlantUML class diagram for configuration
571+ docs/config.png Generate an image with configuration graph
572+ docs/config.svg Generate an SVG with configuration graph
570573shellcheck Run shellcheck
571574verify Run all linters
572575distribution-archives Generate distribution archives to be uploaded into Python registry
You can’t perform that action at this time.
0 commit comments