Updated Command line flags (markdown)

Jakob 2023-04-03 20:30:41 +02:00
parent a19d5c9fa3
commit 75b5ca9c18

@ -1,5 +1,6 @@
EnvyUpdate accepts the following command line flags as of version 2.19: EnvyUpdate accepts the following command line flags as of version 2.19:
* `/fake`: Ignores the GPU check at startup and loads fake data from `Debug.cs` for testing without an Nvidia GPU. * `/fake`: Ignores the GPU check at startup and loads fake data from `Debug.cs` for testing without an Nvidia GPU.
* `/verbose`: Logs to file `envyupdate.log`. * `/minimize`: Starts EnvyUpdate minimized.
* `/minimize`: Starts EnvyUpdate minimized.
* `/verbose`: Logs to file `envyupdate.log`. Only works in Debug builds.