CommonOptions

Contains and parses options common to all commands.

Members

Functions

prepare
void prepare(CommandArgs args)

Parses all common options and stores the result in the struct instance.

Variables

annotate
bool annotate;
bare
bool bare;
Undocumented in source.
help
bool help;
Undocumented in source.
placementLocation
PlacementLocation placementLocation;
quiet
bool quiet;
Undocumented in source.
registry_urls
string[] registry_urls;
Undocumented in source.
root_path
string root_path;
Undocumented in source.
skipRegistry
SkipPackageSuppliers skipRegistry;
Undocumented in source.
verbose
bool verbose;
verror
bool verror;
version_
bool version_;
vquiet
bool vquiet;
vverbose
bool vverbose;
Undocumented in source.

Meta