1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 13:01:09 +01:00

correct little error in test command cheat sheet

This commit is contained in:
Jean-Marc Meessen 2020-06-09 12:12:26 +02:00
parent ec6cb27812
commit 5196150ed2

View file

@ -1,5 +1,5 @@
# Commands for testing
* `./FLEcli -i test/data/fle-1.txt load`
* `./FLEcli -i test/sample_contest_ru.txt load`
* `go test ./...` runs the unit tests
* `./FLEcli -i test/data/sample_contest_ru.txt load`
* `go test ./...` runs the unit tests