Skip to content

Commit

Permalink
add additional info to flagNoInit
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-spacelift committed Sep 13, 2024
1 parent adc7be5 commit f13c12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var flagRunLatest = &cli.BoolFlag{

var flagNoInit = &cli.BoolFlag{
Name: "noinit",
Usage: "Indicate whether to skip initialization for a task",
Usage: "Indicate whether to skip initialization for a task. Initializing the workspace before running a task means executing all the pre-initialization hooks as well as running the vendor-specific initialization procedure",
Value: false,
}

Expand Down

0 comments on commit f13c12d

Please sign in to comment.