CommonOptions

Contains and parses options common to all commands.

Members

Aliases

color
deprecated alias color = Color
Undocumented in source.
color_mode
deprecated alias color_mode = colorMode
Undocumented in source.

Enums

Color
enum Color
Undocumented in source.

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.
colorMode
Color colorMode;
Undocumented in source.
help
bool help;
Undocumented in source.
placementLocation
PlacementLocation placementLocation;
quiet
bool quiet;
recipeFile
string recipeFile;
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