Add tea repo create-from-template #408

Merged
lunny merged 8 commits from noerw/tea:add-generate-repo into master 2021-10-20 01:31:36 +00:00
Showing only changes of commit c0d9f30492 - Show all commits

View File

@ -16,7 +16,7 @@ import (
"github.com/urfave/cli/v2"
)
// CmdRepoCreate represents a sub command of repos to create one
// CmdRepoCreateFromTemplate represents a sub command of repos to generate one from a template repo
var CmdRepoCreateFromTemplate = cli.Command{
Name: "create-from-template",
Aliases: []string{"ct"},