()
| 257 | } |
| 258 | |
| 259 | func 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 | |
| 266 | func ErrorDeployFromTopLevelDir(genericDirName string) error { |
| 267 | return errors.WithStack(&errors.Error{ |