From 06eab1c74737125b5fad3cbd1cc4d727a2610c81 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 3 Apr 2023 19:46:25 +0200 Subject: [PATCH] Created Command line arguments (markdown) --- Command-line-arguments.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Command-line-arguments.md diff --git a/Command-line-arguments.md b/Command-line-arguments.md new file mode 100644 index 0000000..faed84e --- /dev/null +++ b/Command-line-arguments.md @@ -0,0 +1,5 @@ +EnvyUpdate accepts the following command line arguments 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. +* `/verbose`: Logs to file `envyupdate.log`. +* `/minimize`: Starts EnvyUpdate minimized. \ No newline at end of file