Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command contains the logic to initialize a new template repository.
func NewCommand ¶
func NewCommand(cfg *cfg.Configuration, factory logging.LoggerFactory) *Command
NewCommand returns a new instance.
func (*Command) GetCliCommand ¶
func (c *Command) GetCliCommand() *cli.Command
GetCliCommand returns the command instance for CLI library.
Click to show internal directories.
Click to hide internal directories.