Versions in this module Expand all Collapse all v0 v0.0.2 Apr 19, 2020 v0.0.1 Mar 21, 2020 Changes in this version + func NewCreateCmd() *cobra.Command + type CreateOptions struct + DryRun bool + Force bool + OutputDir string + Skeletons []string + func (o *CreateOptions) AddFlags(cmd *cobra.Command) + func (o *CreateOptions) Complete(args []string) (err error) + func (o *CreateOptions) Run() error + func (o *CreateOptions) Validate() error