We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebdd26 commit 2c10fe1Copy full SHA for 2c10fe1
1 file changed
Makefile
@@ -62,8 +62,10 @@ mcp-sync: ## Sync MCP configuration from .ruler/mcp.json to CLI tools.
62
# HELP
63
# ====================================================================================
64
65
+ifeq ($(RULES_SKIP_HELP),)
66
.PHONY: help
67
help: ## Show this help message.
68
@echo "Usage: make <target>"
69
@echo
70
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
71
+endif
0 commit comments