Skip to content

Command Line

Alex edited this page Dec 5, 2017 · 4 revisions
    { "-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 },```
Clone this wiki locally