options

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnableOptions

type EnableOptions struct {
	LibName string
	Version string
}

func (*EnableOptions) Set added in v0.0.5

func (eo *EnableOptions) Set(args []string) error

type InstallOptions

type InstallOptions struct {
	Package string
	Address string
	Version string
	LibName string
}

InstallOptions for example; github.com/vektra/mockery/v2@v2.20.0 Address => github.com/vektra/mockery/v2 Version => v2.20.0 Package => github.com/vektra/mockery/v2@v2.20.0 LibName => mockery

func (*InstallOptions) Set added in v0.0.5

func (io *InstallOptions) Set(args []string) error

type ListAllOptions

type ListAllOptions struct {
	LibName string
}

type RootOptions

type RootOptions struct {
	Verbosity uint32 // --verbosity=4 | -v=4
}

func (*RootOptions) AddFlags

func (ro *RootOptions) AddFlags(cmd *cobra.Command)

type UnInstallOptions

type UnInstallOptions struct {
	LibName string
	Version string
}

func (*UnInstallOptions) Set added in v0.0.5

func (uio *UnInstallOptions) Set(args []string) error

Jump to

Keyboard shortcuts

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