Same flag `-f` for both `--forward-only` and `--colored-query-output-format` options in queries
fingels opened this issue · 1 comments
fingels commented
According to the README, the same flag -f
is used for both the --forward-only
and the --colored-query-output-format
options for queries.
I noticed the problem when trying to use the colored query with -f JsonLinesWithNames
(as indicated in the README) but it tried to operate the forward only option instead.