fix invalid arg handling (io, stdin) and add tests for this

This commit is contained in:
2023-01-09 12:54:45 +01:00
parent 54add2c801
commit ceae80c91c
4 changed files with 89 additions and 23 deletions

View File

@@ -67,6 +67,7 @@ clean:
test:
go test -v ./...
bash t/test.sh
singletest:
@echo "Call like this: ''make singletest TEST=TestPrepareColumns MOD=lib"