require

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExactArgs

func ExactArgs(n int) cobra.PositionalArgs

ExactArgs returns an error if there are not exactly n args.

func ExactObjectIDArgs added in v1.13.0

func ExactObjectIDArgs(n int) cobra.PositionalArgs

ExactArgsObjectID returns an error if there are not exactly n args and any of those args is not an ObjectID.

func ExactValidArgs added in v1.13.0

func ExactValidArgs(n int) cobra.PositionalArgs

ExactValidArgs returns an error if there are not exactly N positional args OR there are any positional args that are not in the `ValidArgs` field of `Command`.

func MaximumNArgs

func MaximumNArgs(n int) cobra.PositionalArgs

MaximumNArgs returns an error if there are more than N args.

func MinimumNArgs

func MinimumNArgs(n int) cobra.PositionalArgs

MinimumNArgs returns an error if there is not at least N args.

func MinimumNObjectIDArgs added in v1.13.0

func MinimumNObjectIDArgs(n int) cobra.PositionalArgs

MinimumNObjectIDArgs returns an error if there is not at least N args and any of those args is not an ObjectID.

func NoArgs

func NoArgs(cmd *cobra.Command, args []string) error

NoArgs returns an error if any args are included.

Types

This section is empty.

Jump to

Keyboard shortcuts

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