Skip to content

Commit

Permalink
If a --with-time flag is seen without --save-as flag the query will f…
Browse files Browse the repository at this point in the history
…ail and show the help for the respective command
  • Loading branch information
Koustavd18 committed Jul 29, 2024
1 parent a25242c commit 4829d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var query = &cobra.Command{
} else if filterName == "FILTER_NAME" && keepTime{
fmt.Println("filter name was not found")
command.Help()
fmt.Printf("\n")
return nil
}

client := DefaultClient()
Expand Down

0 comments on commit 4829d11

Please sign in to comment.