Skip to content

Commit

Permalink
update for duration 0s
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Prasek <[email protected]>
  • Loading branch information
prasek committed Oct 17, 2024
1 parent 2165f22 commit 53a95e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion temporalcli/commands.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func NewTemporalCommand(cctx *CommandContext) *TemporalCommand {
s.Command.PersistentFlags().Var(&s.Color, "color", "Output coloring. Accepted values: always, never, auto.")
s.Command.PersistentFlags().BoolVar(&s.NoJsonShorthandPayloads, "no-json-shorthand-payloads", false, "Raw payload output, even if the JSON option was used.")
s.CommandTimeout = 0
s.Command.PersistentFlags().Var(&s.CommandTimeout, "command-timeout", "The command execution timeout in seconds. 0 means no timeout.")
s.Command.PersistentFlags().Var(&s.CommandTimeout, "command-timeout", "The command execution timeout. 0s means no timeout.")
s.initCommand(cctx)
return &s
}
Expand Down
2 changes: 1 addition & 1 deletion temporalcli/commandsgen/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ commands:
- name: command-timeout
type: duration
description: |
The command execution timeout in seconds. 0 means no timeout.
The command execution timeout. 0s means no timeout.
- name: temporal activity
summary: Complete or fail an Activity
Expand Down

0 comments on commit 53a95e1

Please sign in to comment.