Repository Analysis

urfave/cli

0.6 Likely human-written View on GitHub
0.6
Adjusted Score
0.6
Raw Score
100%
Time Factor
Last Push
Stars
Language
35,783
Lines of Code
146
Files
21
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 21

Pattern Findings

21 matches across 1 category. Click a row to expand file-level details.

Over-Commented Block21 hits · 21 pts
SeverityFileLineSnippet
LOWgodoc-current.txt461 // Ignored if HideHelp is true.
LOWgodoc-current.txt481 // Execute this function if the proper command cannot be found
LOWgodoc-current.txt501 // returned to the caller. If no function is provided, HandleExitCoder is used as the
LOWgodoc-current.txt521 UseShortOptionHandling bool `json:"useShortOptionHandling"`
LOWcommand.go21// accepts a string slice of arguments such as os.Args. A given
LOWcommand.go61 // An action to execute before any subcommands are run, but after the context is ready
LOWcommand.go81 Copyright string `json:"copyright"`
LOWcommand.go101 SliceFlagSeparator string `json:"sliceFlagSeparator"`
LOWcommand.go121 // Use longest prefix match for commands
LOWcommand.go141 // categories contains the categorized commands and is populated on app startup
LOWexamples_test.go121 os.Args = []string{"greet", "help"}
LOWexamples_test.go181 // NAME:
LOWcli.go1// Package cli provides a minimal framework for creating and organizing command line
LOWhelp.go21type HelpPrinterFunc func(w io.Writer, templ string, data any)
LOWhelp.go81
LOWhelp.go581 return wrapped
LOWtestdata/godoc-v3.x.txt461 // Ignored if HideHelp is true.
LOWtestdata/godoc-v3.x.txt481 // Execute this function if the proper command cannot be found
LOWtestdata/godoc-v3.x.txt501 // returned to the caller. If no function is provided, HandleExitCoder is used as the
LOWtestdata/godoc-v3.x.txt521 UseShortOptionHandling bool `json:"useShortOptionHandling"`
LOWtestdata/empty.yml1# empty file