(cmd *kingpin.CmdClause)
| 68 | } |
| 69 | |
| 70 | func attributeArg(cmd *kingpin.CmdClause) { |
| 71 | cmd.Arg("attribute", "Name of attribute to inspect"). |
| 72 | Required(). |
| 73 | StringVar(&attrkey) |
| 74 | } |
| 75 | |
| 76 | func timeoutFlag(cmd *kingpin.CmdClause) { |
| 77 | cmd.Flag("timeout", "Seconds to wait for commands/healthchecks on a host to complete"). |