(cmd *kingpin.CmdClause)
| 74 | } |
| 75 | |
| 76 | func timeoutFlag(cmd *kingpin.CmdClause) { |
| 77 | cmd.Flag("timeout", "Seconds to wait for commands/healthchecks on a host to complete"). |
| 78 | Default("0"). |
| 79 | IntVar(&timeout) |
| 80 | } |
| 81 | |
| 82 | func askForSudoPasswdFlag(cmd *kingpin.CmdClause) { |
| 83 | cmd. |
no outgoing calls
no test coverage detected