geostyler / geostyler-cli

BSD 2-Clause "Simplified" License
22 stars 8 forks source link

Fix folder output when processing multiple files #347

Closed geographika closed 1 year ago

geographika commented 1 year ago

Fix for #343. The main issue was the array was not flattened which meant output paths when processing a directory ended up looking like mypath/dir1,dir2,fiename.json. Adding flat() fixes this.

Pull request:

dnlkoch commented 1 year ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: