Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequiredFlagError ¶
type RequiredFlagError string
RequiredFlagError type is needed to produce the same error message as one from the github.com/urfave/cli/v2 package. Unfortunately the errRequiredFlags type is not exportable, and we can't utilise it.
func (RequiredFlagError) Error ¶
func (rf RequiredFlagError) Error() string
Click to show internal directories.
Click to hide internal directories.