mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Approximate-match feature for online help (#754)
* Explicitly support approximate-match help * Unit tests for exact and approximate help
This commit is contained in:
parent
2ea267eaa9
commit
4394819cf8
133 changed files with 752 additions and 154 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue