MCPcopy Index your code
hub / github.com/cortexlabs/cortex / ErrorShellCompletionNotSupported

Function ErrorShellCompletionNotSupported

cli/cmd/errors.go:252–257  ·  view source on GitHub ↗
(shell string)

Source from the content-addressed store, hash-verified

250}
251
252func ErrorShellCompletionNotSupported(shell string) error {
253 return errors.WithStack(&errors.Error{
254 Kind: ErrShellCompletionNotSupported,
255 Message: fmt.Sprintf("shell completion for %s is not supported (only bash and zsh are supported)", shell),
256 })
257}
258
259func ErrorNoTerminalWidth() error {
260 return errors.WithStack(&errors.Error{

Callers 1

completion.goFile · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected