jeffrey0606 / flutter_to_debian

A simple command-line application to help you easily bundle your flutter app build into a debian package ready for production.
MIT License
39 stars 12 forks source link

feat: add non-interactive installation mode #10

Closed erickedji closed 2 years ago

erickedji commented 2 years ago

For packages meant for automated install, the interactive confirmation during pre-install is not desirable. A new flag, nonInteractive, can be used in the yaml config to disable the default behavior.

jeffrey0606 commented 2 years ago

I did it intentionally but its ok because I didn't took into account the automated installs part. Thanks for update. Merging it