2022-05-27 15:39:58 +00:00
|
|
|
//go:build !consulent
|
|
|
|
// +build !consulent
|
|
|
|
|
2022-05-27 15:33:27 +00:00
|
|
|
package command
|
|
|
|
|
|
|
|
import (
|
|
|
|
mcli "github.com/mitchellh/cli"
|
2022-05-27 15:39:58 +00:00
|
|
|
|
|
|
|
"github.com/hashicorp/consul/command/cli"
|
2022-05-27 15:33:27 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
func registerEnterpriseCommands(_ cli.Ui, _ map[string]mcli.CommandFactory) {}
|