-
Notifications
You must be signed in to change notification settings - Fork 56
Command Line Arguments
Samuel edited this page Nov 19, 2022
·
12 revisions
| Argument | Explanation |
|---|---|
| --quiet | runs the application quietly in the background, and will only notify the user if a update is available |
| --erase-config | erase local 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 |
| --help | view the help message |