From 00dd525f56c54372efdfc78a452bd2d9aef4af56 Mon Sep 17 00:00:00 2001
From: Alex <leha-bot@users.noreply.github.com>
Date: Wed, 6 Dec 2017 01:52:05 +0300
Subject: [PATCH] Create a stub page with all command switches

---
 Command-Line.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Command-Line.md

diff --git a/Command-Line.md b/Command-Line.md
new file mode 100644
index 0000000..077af37
--- /dev/null
+++ b/Command-Line.md
@@ -0,0 +1,13 @@
+```{ "-testmode"   , KeyFormat::NoValues },
+    { "-debug"      , KeyFormat::NoValues },
+    { "-many"       , KeyFormat::NoValues },
+    { "-key"        , KeyFormat::OneValue },
+    { "-autostart"  , KeyFormat::NoValues },
+    { "-fixprevious", KeyFormat::NoValues },
+    { "-cleanup"    , KeyFormat::NoValues },
+    { "-noupdate"   , KeyFormat::NoValues },
+    { "-tosettings" , KeyFormat::NoValues },
+    { "-startintray", KeyFormat::NoValues },
+    { "-sendpath"   , KeyFormat::AllLeftValues },
+    { "-workdir"    , KeyFormat::OneValue },
+    { "--"          , KeyFormat::OneValue },```
\ No newline at end of file