Approximate-match feature for online help (#754)

* Explicitly support approximate-match help

* Unit tests for exact and approximate help
This commit is contained in:
John Kerl 2021-11-17 23:37:48 -05:00 committed by GitHub
parent 2ea267eaa9
commit 4394819cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 752 additions and 154 deletions

View file

@ -6,6 +6,7 @@ build:
mlr:
go build github.com/johnkerl/miller/cmd/mlr
# For interactive use, 'mlr regtest' offers more options and transparency.
check: unit_test regression_test
# Unit tests (small number)