docs/commands/ip.go

6 lines
92 B
Go

package commands
func cmdIP(c CommandLine) error {
return runActionWithContext("ip", c)
}