Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInitCommand ¶
func NewRefreshCommand ¶
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)
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)
Click to show internal directories.
Click to hide internal directories.