Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Goes = &goes.Goes{ NAME: "address", USAGE: ` ip address [ {add|change|delete|replace|show(default)}[ OPTION... ]]`, APROPOS: lang.Alt{ lang.EnUS: "protocol address management", }, MAN: lang.Alt{ lang.EnUS: ` SEE ALSO ip address man COMMAND || ip address COMMAND -man man ip || ip -man`, }, ByName: map[string]cmd.Cmd{ "add": mod.Command("add"), "delete": mod.Command("delete"), "replace": mod.Command("replace"), "show": show.Command("show"), "": show.Command(""), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.