genPackageVersion.util

Misc utility module

Members

Enums

LogLevel
enum LogLevel

Logging level

Functions

detectTools
void detectTools()

Populates the detectedGit and detectedHg bools.

log
void log(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logNormal
void logNormal(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logQuiet
void logQuiet(T args)

Log a message at a specific logging level

logTrace
void logTrace(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logVerbose
void logVerbose(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ddocDir
string ddocDir;

--ddoc=...

detectedGit
bool detectedGit;

After running detectTools(): Is this a git working directory?

detectedHg
bool detectedHg;

After running detectTools(): Is this a Mercurial working directory?

dryRun
bool dryRun;

--dry-run

force
bool force;

--force

logLevel
auto logLevel;

Current logging level

noIgnoreFile
bool noIgnoreFile;

--no-ignore-file

outModuleName
string outModuleName;

--module=...

outPackageName
string outPackageName;

Main cmd line argument to 'gen-package-version'

projectSourcePath
string projectSourcePath;

--src=...

rootPath
string rootPath;

--root=...

useDub
bool useDub;

--dub

Meta