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 + var ErrIllegalVersionFlagCombination = errors.New("--short and --output can't be used together") + func NewCompletionCmd(streams cli.IOStreams) *cobra.Command + func NewConfigCmd(streams cli.IOStreams) *cobra.Command + func NewGitignoreCmd(streams cli.IOStreams) *cobra.Command + func NewInitCmd(streams cli.IOStreams) *cobra.Command + func NewLicenseCmd(streams cli.IOStreams) *cobra.Command + func NewProjectCmd() *cobra.Command + func NewRepositoryCmd(streams cli.IOStreams) *cobra.Command + func NewRootCmd(streams cli.IOStreams) *cobra.Command + func NewSkeletonCmd(streams cli.IOStreams) *cobra.Command + func NewVersionCmd(streams cli.IOStreams) *cobra.Command + type InitOptions struct + func (o *InitOptions) Complete() (err error) + func (o *InitOptions) Run() error + type VersionOptions struct + Short bool + func (o *VersionOptions) Run() error + func (o *VersionOptions) Validate() error