You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/opts/opts.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -713,6 +713,8 @@ type RunErrandOpts struct {
713
713
KeepAlivebool`long:"keep-alive" description:"Use existing VM to run an errand and keep it after completion"`
714
714
WhenChangedbool`long:"when-changed" description:"Run errand only if errand configuration has changed or if the previous run was unsuccessful"`
715
715
716
+
WithHeartbeat*int`long:"with-heartbeat" description:"Print task state every N seconds while waiting. Use '=' to specify interval" optional:"true" optional-value:"30"`
0 commit comments