Command Line Arguments - ElPumpo/TinyNvidiaUpdateChecker GitHub Wiki
Command line arguments can be used to alter the behaviour of TNUC.
Argument | Explanation |
---|---|
--quiet |
runs the application quietly in the background, and will only notify the user if a update is available |
--noprompt |
runs the application without prompting to exit |
--erase-config |
erase configuration file |
--debug |
turn debugging on, will output more information that can be used for debugging |
--force-dl |
force prompt to download drivers, even if the user is up-to-date - should only be used for debugging |
--version |
outputs the current application version |
--confirm-dl |
will automatically download and install the driver quietly without any user interaction at all. should be used with --quiet for the optimal solution |
--config-here |
use the working directory as path to the config file |
--config-override=<path> |
override configuration file location with absolute file path |
--override-desktop |
override automatic desktop/notebook identification |
--override-notebook |
override automatic desktop/notebook identification |
--help |
view the help message |