Skip to content

Commit

Permalink
doubledash variable used for flag help
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Feb 22, 2025
1 parent a578256 commit 7be1c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func processCustomCommands(
},
}
// TODO: we need to update this post https://github.com/cloudposse/atmos/pull/959 gets merged
customCommand.PersistentFlags().Bool("", false, "Use double dashes to separate Atmos-specific options from native arguments and flags for the command.")
customCommand.PersistentFlags().Bool("", false, doubleDashHint)
// Process and add flags to the command
for _, flag := range commandConfig.Flags {
if flag.Type == "bool" {
Expand Down

0 comments on commit 7be1c1a

Please sign in to comment.