github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/command/commands_oss.go (about)

     1  // +build !ent
     2  
     3  package command
     4  
     5  import "github.com/mitchellh/cli"
     6  
     7  func EntCommands(metaPtr *Meta, agentUi cli.Ui) map[string]cli.CommandFactory {
     8  	return map[string]cli.CommandFactory{}
     9  }