MCPcopy Create free account
hub / github.com/dropbox/dbxcli / completionLong

Function completionLong

cmd/completion.go:101–105  ·  view source on GitHub ↗
(programName string)

Source from the content-addressed store, hash-verified

99}
100
101func completionLong(programName string) string {
102 return fmt.Sprintf(`Generate the autocompletion script for %s for the specified shell.
103See each sub-command's help for details on how to use the generated script.
104`, programName)
105}
106
107func bashCompletionLong(programName string) string {
108 return fmt.Sprintf(`Generate the autocompletion script for the bash shell.

Callers 1

newCompletionCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected