github.com/hernad/nomad@v1.6.112/command/commands_oss.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !ent
     5  // +build !ent
     6  
     7  package command
     8  
     9  import "github.com/mitchellh/cli"
    10  
    11  func EntCommands(metaPtr *Meta, agentUi cli.Ui) map[string]cli.CommandFactory {
    12  	return map[string]cli.CommandFactory{}
    13  }