Skip to content

Commit

Permalink
chore: improve --parallel description.
Browse files Browse the repository at this point in the history
Signed-off-by: i4k <[email protected]>
  • Loading branch information
i4ki committed Oct 22, 2024
1 parent d63edee commit 04bd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terramate/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type cliSpec struct {
} `cmd:"" help:"Run command in the stacks"`

Generate struct {
Parallel int `env:"TM_ARG_GENERATE_PARALLEL" short:"j" optional:"true" help:"Run independent stacks in parallel."`
Parallel int `env:"TM_ARG_GENERATE_PARALLEL" short:"j" optional:"true" help:"Set the parallelism of code generation"`
DetailedExitCode bool `default:"false" help:"Return a detailed exit code: 0 nothing changed, 1 an error happened, 2 changes were made."`
} `cmd:"" help:"Run Code Generation in stacks."`

Expand Down

0 comments on commit 04bd53c

Please sign in to comment.