Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnableOptions ¶
func (*EnableOptions) Set ¶ added in v0.0.5
func (eo *EnableOptions) Set(args []string) error
type InstallOptions ¶
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 ¶
func (*UnInstallOptions) Set ¶ added in v0.0.5
func (uio *UnInstallOptions) Set(args []string) error
Click to show internal directories.
Click to hide internal directories.