21 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | godoc-current.txt | 461 | // Ignored if HideHelp is true. |
| LOW | godoc-current.txt | 481 | // Execute this function if the proper command cannot be found |
| LOW | godoc-current.txt | 501 | // returned to the caller. If no function is provided, HandleExitCoder is used as the |
| LOW | godoc-current.txt | 521 | UseShortOptionHandling bool `json:"useShortOptionHandling"` |
| LOW | command.go | 21 | // accepts a string slice of arguments such as os.Args. A given |
| LOW | command.go | 61 | // An action to execute before any subcommands are run, but after the context is ready |
| LOW | command.go | 81 | Copyright string `json:"copyright"` |
| LOW | command.go | 101 | SliceFlagSeparator string `json:"sliceFlagSeparator"` |
| LOW | command.go | 121 | // Use longest prefix match for commands |
| LOW | command.go | 141 | // categories contains the categorized commands and is populated on app startup |
| LOW | examples_test.go | 121 | os.Args = []string{"greet", "help"} |
| LOW | examples_test.go | 181 | // NAME: |
| LOW | cli.go | 1 | // Package cli provides a minimal framework for creating and organizing command line |
| LOW | help.go | 21 | type HelpPrinterFunc func(w io.Writer, templ string, data any) |
| LOW | help.go | 81 | |
| LOW | help.go | 581 | return wrapped |
| LOW | testdata/godoc-v3.x.txt | 461 | // Ignored if HideHelp is true. |
| LOW | testdata/godoc-v3.x.txt | 481 | // Execute this function if the proper command cannot be found |
| LOW | testdata/godoc-v3.x.txt | 501 | // returned to the caller. If no function is provided, HandleExitCoder is used as the |
| LOW | testdata/godoc-v3.x.txt | 521 | UseShortOptionHandling bool `json:"useShortOptionHandling"` |
| LOW | testdata/empty.yml | 1 | # empty file |