main.go (5 lines of code) (raw):

// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. package main import "github.com/Azure/kubectl-aks/cmd" func main() { cmd.Execute() }