Urban-Analytics-Technology-Platform / popgetter-cli

A rust library and CLI for accessing popgetter data
0 stars 0 forks source link

Allows the bounding box cli argument to accept negative values #23

Closed stuartlynn closed 1 month ago

stuartlynn commented 1 month ago

Fixes #21

Bounding box arguments on the command line where not accepting -'ve numbers as clap was interpreting those as short command flags. This allows the bbox arg to have -'ve values

stuartlynn commented 1 month ago

This is a pretty small change so just going to merge it.