Skip to content

Commit

Permalink
Merge branch 'main' into sam/adi-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta authored Jan 31, 2024
2 parents fcd976f + ed31d73 commit bbe0e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testutil/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// 2. the built-in implementations of pflag.SliceValue
// 3. the custom implementations of pflag.SliceValue that are split by comma ","
//
// see https://github.com/spf13/cobra/issues/2079#issuecomment-1867991505 for more detail info
// see https://github.com/spf13/cobra/issues/2079#issuecomment-1870115781 for more detail info
func ResetArgs(t *testing.T, cmd *cobra.Command) {
t.Helper()
// if flags haven't been parsed yet, there is no need to reset the args
Expand Down

0 comments on commit bbe0e42

Please sign in to comment.