blob: 241f33939acd0fb53d19f86a464c7e6ffbb47bc4 [file] [log] [blame]
package cli
import (
"testing"
)
func TestMockCommand_implements(t *testing.T) {
var _ Command = new(MockCommand)
}