MCPcopy Create free account
hub / github.com/DBCDK/morph / timeoutFlag

Function timeoutFlag

morph.go:76–80  ·  view source on GitHub ↗
(cmd *kingpin.CmdClause)

Source from the content-addressed store, hash-verified

74}
75
76func 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
82func askForSudoPasswdFlag(cmd *kingpin.CmdClause) {
83 cmd.

Callers 3

executeCmdFunction · 0.85
deployCmdFunction · 0.85
healthCheckCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected