Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitOptions ¶
type InitOptions struct {
// contains filtered or unexported fields
}
func (*InitOptions) BindFlags ¶
func (o *InitOptions) BindFlags(flags *pflag.FlagSet)
func (*InitOptions) Complete ¶
func (o *InitOptions) Complete(args []string) (err error)
func (*InitOptions) Run ¶
func (o *InitOptions) Run(c *cobra.Command) (err error)
type RefreshOptions ¶
type RefreshOptions struct {
// contains filtered or unexported fields
}
func (*RefreshOptions) BindFlags ¶
func (o *RefreshOptions) BindFlags(flags *pflag.FlagSet)
func (*RefreshOptions) Complete ¶
func (o *RefreshOptions) Complete(args []string) (err error)
func (*RefreshOptions) Run ¶
func (o *RefreshOptions) Run(c *cobra.Command) error
Source Files
¶
- init.go
- refresh.go
Click to show internal directories.
Click to hide internal directories.