mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
command: add node-status command
This commit is contained in:
11
command/node_status_test.go
Normal file
11
command/node_status_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/mitchellh/cli"
|
||||
)
|
||||
|
||||
func TestNodeStatusCommand_Implements(t *testing.T) {
|
||||
var _ cli.Command = &NodeStatusCommand{}
|
||||
}
|
||||
Reference in New Issue
Block a user