Skip to content

Commit

Permalink
terramate: fix interspersed
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 13, 2023
1 parent 41518b3 commit 1ed597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/terramate_completer/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
runCmd.Flags().Bool("no-recursive", false, "Do not recurse into child stacks")
runCmd.Flags().Bool("reverse", false, "Reverse the order of execution")

runCmd.Flags().SetInterspersed(true)
runCmd.Flags().SetInterspersed(false)
rootCmd.AddCommand(runCmd)

carapace.Gen(runCmd).PositionalCompletion(
Expand Down

0 comments on commit 1ed597f

Please sign in to comment.