Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ Help
Method
Help
cmd/dagger/shell_commands.go:66–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(c *ShellCommand) Help() string {
67
if
c.HelpFunc != nil {
68
return
c.HelpFunc(c)
69
}
70
return
c.defaultHelp()
71
}
72
73
func
(c *ShellCommand) defaultHelp() string {
74
var
doc ShellDoc
Callers
1
registerCommands
Method · 0.45
Calls
1
defaultHelp
Method · 0.95
Tested by
no test coverage detected