package cmd import ( "fmt" ) func Clone(arg string) { fmt.Println("Cloning Repos", arg) }