Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
cmdutil.ConfigFlags
OutputDir string
Skeletons []string
DryRun bool
Force bool
// contains filtered or unexported fields
}
func (*CreateOptions) AddFlags ¶
func (o *CreateOptions) AddFlags(cmd *cobra.Command)
func (*CreateOptions) Complete ¶
func (o *CreateOptions) Complete(args []string) (err error)
func (*CreateOptions) Run ¶
func (o *CreateOptions) Run() error
func (*CreateOptions) Validate ¶
func (o *CreateOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.