g-sherman / plugin_build_tool

Python command line tool for compiling and deploying QGIS plugins
GNU General Public License v2.0
38 stars 18 forks source link

Implemented no-confirm option to deploy for explicitly overwriting files #2

Closed Hugovdberg closed 7 years ago

Hugovdberg commented 8 years ago

I implemented an extra command line option for the deploy tool to automatically confirm rebuilding files and overwriting existing files in the QGIS plugin directory. This is useful when adding pb_tool as a builder in an IDE, and I thought other people might be interested in using that option too.