Skip to content

Commit

Permalink
make output more readable
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Apr 11, 2023
1 parent 0aaf871 commit 5e78115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experimental/experimental.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func FlagsChecker(flags ...string) func(cmd *cobra.Command, args []string) error
fs := cmd.Flags()
fs.MarkHidden(flag)
if fs.Changed(flag) {
changed = append(changed, flag)
changed = append(changed, "--"+flag)
}
}
if len(changed) == 0 {
Expand Down

0 comments on commit 5e78115

Please sign in to comment.