Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Feb 18, 2024
1 parent 7d74b97 commit 7b1f820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ func TestCommand_VisibleFlagCategories(t *testing.T) {
&StringFlag{
Name: "strd", // no category set
},
&StringFlag{
Name: "strd1", // no category set and also hidden
Hidden: true,
},
&Int64Flag{
Name: "intd",
Aliases: []string{"altd1", "altd2"},
Expand Down

0 comments on commit 7b1f820

Please sign in to comment.