ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!
GNU General Public License v3.0
1.41k stars 56 forks source link

Disable "Press any key to exit..." with command line argument `--noprompt` #188

Closed TomKranenburg closed 1 year ago

TomKranenburg commented 1 year ago

Hello there, love this tiny little app. Very effective.

My one problem is that the "Press any key to exit..." prompt halts any scripts you include this in which hampers things a bit. Would it be possible to have the option to disable this with a command line argument?

I've looked into the code and I could include it myself. Should I open a pull request with it or is this something you'd want to do?

Again very nice little app. I use it often.

TomKranenburg commented 1 year ago

Alright I just went ahead and opened a pull request. See what you think:

https://github.com/ElPumpo/TinyNvidiaUpdateChecker/pull/189

ElPumpo commented 1 year ago

Replied in PR. Very good idea

ElPumpo commented 1 year ago

Will be released in the next update! Thanks for the help