Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "gitlist", Short: "Show all git repose by a given name", Long: `Get all the git repose and go get urls based on a given name. They are also sorted by popularity unless specified.`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { fmt.Println("You must specify a repo name, see \"gitlist --help\" for more help ") os.Exit(-1) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.