Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Scalingo/cli
/ HelpAutoComplete
Function
HelpAutoComplete
cmd/autocomplete/help.go:9–15 ·
view source on GitHub ↗
(c *cli.Command)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
HelpAutoComplete(c *cli.Command) error {
10
for
cmd :=
range
c.Commands {
11
fmt.Println(c.Commands[cmd].Name)
12
}
13
14
return
nil
15
}
Callers
1
help.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected