package
2.6.2+incompatible
Repository: https://github.com/10gen/realm-cli.git
Documentation: pkg.go.dev
# Structs
ErrDetails represent a CLI error's details.
ErrNoUsage hides the command's usage for an error.
ErrReferenceLink adds a reference link to an error.
ErrSuggestion adds a suggestion to an error.
# Interfaces
ErrDetail represents a single detail of a CLI error.
ErrLinkReferrer provides a list of reference links that will display to the user when an error occurs.
ErrSuggester provides a list of suggestions that will display to the user when an error occurs.
ErrUsageHider specifies if the command's usage should be hidden when an error occurs.