v1.0.12
v1.0.12 - 2022-10-25
Added
-
Added support to parse CSV input
-
Added CSV output support
-
Added support for environment variables
Changed
-
We do not use the generated help message anymore, instead we use the
usage from the manpage, which we have to maintain anyway. It looks
better and has flag groups, which cobra is still lacking as of this
writing. -
More refactoring and re-organization, runtime configuration now
lives in the cfg module.
Fixed
- Fixed Bug #5, where
matches have not been highlighted correctly in some rare cases.