tagion.tools.Basic

Undocumented in source.

Members

Aliases

Result
alias Result = Tuple!(int, "exit_code", bool, "executed")
Undocumented in source.
SubTools
alias SubTools = int function(string[])[string]
Undocumented in source.

Functions

dry_switch
bool dry_switch()
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
forceSymLink
int forceSymLink(SubTools sub_tools)
Undocumented in source. Be warned that the author may not have intended to support it.
good
void good(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
nobose
void nobose(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
noboseln
void noboseln(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
subTool
Result subTool(SubTools sub_tools, string[] args, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
verbose
void verbose(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
verbose_switch
bool verbose_switch()
Undocumented in source. Be warned that the author may not have intended to support it.
warn
void warn(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

Main
mixintemplate Main(alias _main, string name = null)
Undocumented in source.

Static variables

__dry_switch
bool __dry_switch;
Undocumented in source.
__verbose_switch
bool __verbose_switch;
Undocumented in source.
vout
File vout;
Undocumented in source.

Meta