mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-02-17 04:22:36 +01:00
8 lines
343 B
Markdown
8 lines
343 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`
|