cmd/alzlibtool/main.go (5 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package main import "github.com/Azure/alzlib/cmd/alzlibtool/command" func main() { command.Execute() }