Options parseOptions(int argc, char **argv)
Parse argv and load the config file into an Options value.
Definition options.cc:20
The whole config file. Top-level keys map to these members.
Definition config.h:100
Everything resolved from the command line and config file for one run.
Definition options.h:12
Config config
Settings: built-in defaults overlaid by the config file.
Definition options.h:15
std::string certUrl
–cert-url (CLI-only; defaults to the rolling release).
Definition options.h:18
bool updateCert
Fetch a fresh cert/key, install them, and exit (–update-cert).
Definition options.h:17
std::string configPath
Definition options.h:13
bool openBrowser
Open the PWA in the default browser on start (–open).
Definition options.h:16
std::string keyUrl
–key-url (CLI-only; defaults to the rolling release).
Definition options.h:19