Closed khoroshevskyi closed 2 years ago
We need to use Geofetcher
in scenarios where we won't have a CLI.
I don't believe this change was reflected in the changelog, was it?
I don't believe this change was reflected in the changelog, was it?
In changelog, I have added arguments and features that were added to geofetch. Decoupling of geofetcher and argparser wasn't added to changelog.
The
Geofetcher
class is dependent on argparse, that provides limitations and issuses in future development.Decoupling of
Geofetcher
and Argparser will solve this problem.