Opts

Undocumented in source.

Members

Variables

action
Parameter!(string, "Action to perform (see list below)") action;
Undocumented in source.
actionArguments
Parameter!(immutable(string)[]) actionArguments;
Undocumented in source.
configFile
Option!(string, "Path to the configuration file to use", "PATH") configFile;
Undocumented in source.
configLines
Option!(string[], "Additional configuration. Equivalent to digger.ini settings.", "NAME=VALUE", 'c', "config") configLines;
Undocumented in source.
dir
Option!(string, hiddenOption) dir;
Undocumented in source.
jobs
Option!(string, "How many jobs to run makefiles in [local.makeJobs]", "N", 'j') jobs;
Undocumented in source.
offline
Switch!("Do not update D repositories from GitHub [local.offline]") offline;
Undocumented in source.
quiet
Switch!("Silence log output", 'q') quiet;
Undocumented in source.

Meta