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

package main import "github.com/Azure/InnovationEngine/cmd/ie/commands" func main() { commands.ExecuteCLI() }