Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "klone", Short: "Used to clone a git repository with style.", Long: `Klone allows you define custom logic based on repository programming language.`, Run: func(cmd *cobra.Command, args []string) { local.PrintStartBanner() if len(args) > 0 { err := klone.Klone(args[0]) if err != nil { local.PrintError(err) } } else { local.PrintErrorExitCode(errors.New("Missing argument. Use: 'klone $name'"), 99) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.