Installable on Linux arm64 and amd64 via snap install miller.
Note: for Snap only, the executable is miller, not mlr.
See also issue #231.
What's changed
- Update subs.go by @aborruso in https://github.com/johnkerl/miller/pull/1868
- Support
-o jsonlas well as--ojsonlby @johnkerl in https://github.com/johnkerl/miller/pull/1879 - Snap for miller created by @kz6fitt...