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