Skip to content

Commit 2615fe5

Browse files
committed
fix: json command didnt filter
1 parent 29891c0 commit 2615fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/json.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ var jsonCmd = &cobra.Command{
1515

1616
func init() {
1717
rootCmd.AddCommand(jsonCmd)
18+
addFilterFlags(jsonCmd)
1819
}

0 commit comments

Comments
 (0)