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

Function ErrorNoTerminalWidth

cli/cmd/errors.go:259–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257}
258
259func ErrorNoTerminalWidth() error {
260 return errors.WithStack(&errors.Error{
261 Kind: ErrNoTerminalWidth,
262 Message: "unable to determine terminal width; please re-run the command without the `--watch` flag",
263 })
264}
265
266func ErrorDeployFromTopLevelDir(genericDirName string) error {
267 return errors.WithStack(&errors.Error{

Callers 1

rerunFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected