MCPcopy Create free account
hub / github.com/Songmu/make2help / help

Function help

cli.go:76–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func help() string {
77 return fmt.Sprintf(`Usage:
78 $ make2help [Makefiles]
79
80Utility for self-documented Makefile
81
82It shows rules in Makefiles with documents.
83
84Options:
85 -all display all rules in the Makefiles
86
87Version: %s`, version)
88}

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected