MycroftAI / enclosure-picroft

Mycroft interface for Raspberry Pi environment
https://mycroft.ai/documentation/picroft
GNU Lesser General Public License v3.0
804 stars 191 forks source link

Build setup_choices using jq #110

Closed forslund closed 5 years ago

forslund commented 5 years ago

This fixes an error with a trailing ',' and makes the code easier to extend.

Resolves #109

tuck182 commented 5 years ago

I was just going to submit a PR for the trailing comma issue, but this is even cleaner (using jq to build the json). Nice work.

penrods commented 5 years ago

LGTM!