tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Main
tagion
tools
Basic
Undocumented in source.
mixin template
Main (
alias
_main
string
name
= null
) {
import
std
.
traits
:
fullyQualifiedName
;
;
version(ONETOOL)
enum
alternative_name
;
version(ONETOOL)
enum
main_name
;
version
(!
ONETOOL
)
int
main
(string[] args);
}
Members
Functions
main
int
main
(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
alternative_name
enum
alternative_name
;
Undocumented in source.
main_name
enum
main_name
;
Undocumented in source.
Meta
Source
See Implementation
tagion
tools
Basic
aliases
Result
SubTools
functions
dry_switch
error
forceSymLink
good
info
nobose
noboseln
subTool
verbose
verbose_switch
warn
mixin templates
Main
static variables
__dry_switch
__verbose_switch
vout