mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Fixing obsolete CLI #56

Closed themiurgo closed 8 years ago

themiurgo commented 8 years ago

The help message is not correct (it includes 'osm' format which is not supported by the API). This PR corrects the issues and simplifies the implementation using click.Choice.

mvexel commented 8 years ago

Closing this as I removed the CLI from the repo altogether.

themiurgo commented 8 years ago

What a pity, I used this specifically because of the CLI. Why was it removed?