The way the argument is added isn't ideal since the argument isn't properly limited to install, but it works. On the other hand it is possible that we may want to do a confirm for shutdown or some other command in the future.
I tested this and when I added --yes before --install it did not ask for confirmation. Without --yes it did ask for confirmation.
closes #354
The way the argument is added isn't ideal since the argument isn't properly limited to install, but it works. On the other hand it is possible that we may want to do a confirm for shutdown or some other command in the future.
I tested this and when I added
--yes
before--install
it did not ask for confirmation. Without--yes
it did ask for confirmation.