main
newProjectAddCommand
func newProjectAddCommand() *projectAddCommand { cmd := &cobra.Command{ Use: "add LABEL PATH", Short: "Add an existing project", Aliases: []string{"a"},