parseablehq / pb

CLI client for Parseable server. Inspect, query and analyse Parseable log data from your terminal.
https://parseable.com
GNU Affero General Public License v3.0
15 stars 8 forks source link

Fix issue with query where any query with 'where' clause panicked #36

Closed nitisht closed 11 months ago

nitisht commented 11 months ago

This PR fixes the nil pointer issue for queries containing where clause. Also fixes some help messages to be at par with other messages.

Also update the goreleaser config to ensure 'v' is added in published release versions.