1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-12 10:32:29 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Eric Codes
d36c6c776e
Generate a canonical POTA log without the --pota flag
There is no reason why a POTA log should not be generated like the
canonical one without the --pota flag.

Now the --pota flag turns on validation. If you forget to turn on
--pota and include a MyPark header directive, POTA.app will reject
your log because it is missing MY_SIG_INFO.

Branch: support-pota-hunters
2025-01-14 16:03:42 -05:00
Nic Heath
5560c5a68a
Add check to verify output file directory exists. (#131)
* Add check to verify output file directory exists.
* Change (and test) the error handling of the CheckDir function
* Add ADIF arguments tests 
* Add CSV arguments tests

---------

Co-authored-by: Jean-Marc MEESSEN <jean-marc@meessen-web.org>
2024-03-20 22:10:04 +01:00
Jean-Marc MEESSEN
61c42d1c75
Pota support (#73)
* Add POTA processing
* add end to end POTA test
* allow tabs to be a valid separator in the header section
2021-12-04 22:36:53 +01:00
Jean-Marc MEESSEN
e31e692c76
Refactor ADIF processing and improve tests 2020-08-10 19:16:15 +02:00
Jean-Marc MEESSEN
0b9fb5bc78
Simplify CLI user interface 2020-07-29 08:22:13 +02:00