mirror of https://github.com/status-im/consul.git
9 lines
184 B
Go
9 lines
184 B
Go
|
package command
|
||
|
|
||
|
import (
|
||
|
"github.com/hashicorp/consul/command/cli"
|
||
|
mcli "github.com/mitchellh/cli"
|
||
|
)
|
||
|
|
||
|
func registerEnterpriseCommands(_ cli.Ui, _ map[string]mcli.CommandFactory) {}
|