fix: json command didnt filter
This commit is contained in:
@@ -15,4 +15,5 @@ var jsonCmd = &cobra.Command{
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
rootCmd.AddCommand(jsonCmd)
|
rootCmd.AddCommand(jsonCmd)
|
||||||
|
addFilterFlags(jsonCmd)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user