Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2026 v0.1.0 Jul 26, 2026 Changes in this version + const ExitAuth + const ExitError + const ExitForbidden + const ExitNotFound + const ExitOK + const ExitRateLimit + const ExitUsage + func ErrorHandler(w io.Writer, styles fang.Styles, err error) + func ExitCodeFor(err error) int + func NewRootCmd() *cobra.Command + type AuthError struct + Err error + func (e AuthError) Error() string + func (e AuthError) Unwrap() error + type ForbiddenError struct + Err error + func (e ForbiddenError) Error() string + func (e ForbiddenError) Unwrap() error + type NotFoundError struct + Err error + func (e NotFoundError) Error() string + func (e NotFoundError) Unwrap() error + type RateLimitError struct + Err error + func (e RateLimitError) Error() string + func (e RateLimitError) Unwrap() error + type UsageError struct + Err error + func (e UsageError) Error() string + func (e UsageError) Unwrap() error