8 lines
153 B
Go
8 lines
153 B
Go
package commands
|
|
|
|
import "github.com/docker/machine/libmachine"
|
|
|
|
func cmdIP(c CommandLine, api libmachine.API) error {
|
|
return runAction("ip", c, api)
|
|
}
|