1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-18 12:51:02 +01:00
FLEcli/test/commands.md
2020-08-12 18:10:23 +02:00

11 lines
No EOL
383 B
Markdown

# Commands for testing
* `./FLEcli -i test/data/fle-1.txt load`
* `./FLEcli -i test/data/sample_contest_ru.txt load`
* `go test ./...` runs the unit tests
* `./FLEcli -i test/data/ON4KJM@ONFF-025920200524.txt --interpolate adif --wwff --overwrite`
* `./FLEcli adif -i=test/data/ON4KJM@ONFF-025920200524.txt --interpolate --wwff --overwrite`
Install Bats: `brew install bats-core`