Returned by commands that are scaffolded but not yet implemented. The error handler surfaces an issue-tracker link if one was provided via NewErrNotImplemented(issueURL).
ErrRunSubCommand
subcommand required
Returned when a parent command is invoked without a subcommand. The error handler prints available subcommands automatically.
NewErrNotImplemented(issueURL string) error โ creates an ErrNotImplemented
error with an optional issue URL. The error handler detects this and appends
the link to the user-facing output.
Returned by the update command after a successful self-update. The root command's Execute detects this and exits with code 0, prompting the user to restart the tool.
The internal/ packages define additional sentinel errors for generator and
code-generation use. These are not part of the public API and may change
without notice: