related to https://github.com/oclif/cli-ux/blob/4e5c19b3fd13493e09379d9e7da54b4bc7e4a2d3/src/styled/table.ts#L320 after reading https://github.com/oclif/cli-ux/blob/fd0ca55f2ae7096ea273592be35e071ee4ddcb0d/src/styled/table.ts#L64-L77 I was able to deduce the `!=` doesn't exist in the query language and a prepended `-` will do the trick this could have been subverted if the help message would direct me to documentation on how the filter query language works
related to
cli-ux/src/styled/table.ts
Line 320 in 4e5c19b
after reading
cli-ux/src/styled/table.ts
Lines 64 to 77 in fd0ca55
I was able to deduce the
!=doesn't exist in the query language and a prepended-will do the trickthis could have been subverted if the help message would direct me to documentation on how the filter query language works