Skip to content

Command Line

Alex edited this page Feb 20, 2019 · 4 revisions

All command line parameters are declared in settings.cpp.

    { "-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 },

See upstream wiki for detailed reference.

Clone this wiki locally