Documentation ¶
Overview ¶
Package disallowedcommand provides an error for handling disallowed commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error is returned when a disallowed command is encountered. Error = errors.New("Disallowed command") //nolint:stylecheck // Used to display the error message to the user. )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.