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

Function fishCompletionLong

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

Source from the content-addressed store, hash-verified

155}
156
157func fishCompletionLong(programName string) string {
158 return fmt.Sprintf(`Generate the autocompletion script for the fish shell.
159
160To load completions in your current shell session:
161
162 %[1]s completion fish | source
163
164To load completions for every new session, execute once:
165
166 %[1]s completion fish > ~/.config/fish/completions/%[1]s.fish
167
168You will need to start a new shell for this setup to take effect.
169`, programName)
170}
171
172func powershellCompletionLong(programName string) string {
173 return fmt.Sprintf(`Generate the autocompletion script for powershell.

Callers 1

newCompletionCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected