mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Add mlr step -a rprod for running products (#1228)
* mlr step -a rprod * artifacts from `make dev` * codespell
This commit is contained in:
parent
748a908b7a
commit
bfc8ab5ce2
18 changed files with 120 additions and 41 deletions
2
Makefile
2
Makefile
|
|
@ -63,7 +63,7 @@ regression-test: build
|
|||
# ----------------------------------------------------------------
|
||||
# Formatting
|
||||
# go fmt ./... finds experimental C files which we want to ignore.
|
||||
fmt:
|
||||
fmt format:
|
||||
-go fmt ./cmd/...
|
||||
-go fmt ./internal/pkg/...
|
||||
-go fmt ./regression_test.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue