Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidArgCountError ¶
func NewInvalidArgCountError ¶
func NewInvalidArgCountError(expectedCount int, actualCount int) *InvalidArgCountError
func ValidateArgCount ¶
func ValidateArgCount(argCount int, expectedCount int) *InvalidArgCountError
Validate command argument count
func (*InvalidArgCountError) Error ¶
func (e *InvalidArgCountError) Error() string
Click to show internal directories.
Click to hide internal directories.