osm-without-borders / cosmogony

easy to use & easy to update geographic regions
http://cosmogony.world
Apache License 2.0
103 stars 15 forks source link

Use clap instead of structopt #132

Closed remi-dupre closed 2 years ago

remi-dupre commented 2 years ago

Structopt is now in maintenance mode as all its features have been stabilized in clap, so no need for fragmentation here: https://github.com/TeXitoi/structopt#maintenance.

Also fixes a few clippy lints.