usage

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExactArgs

func ExactArgs(n int) cobra.PositionalArgs

Argument validation helper which emits a UsageError rather than a plain string error

Types

type UsageError

type UsageError struct {
	// contains filtered or unexported fields
}

UsageError indicates the caller has not invoked the CLI properly and the root error handler should print the usage/help

func NewUsageError

func NewUsageError(s string, cmd *cobra.Command) *UsageError

func (*UsageError) Command

func (e *UsageError) Command() *cobra.Command

func (*UsageError) Error

func (e *UsageError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL