ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
GitInstaller
ae
sys
install
git
Installs the git version control system.
class
GitInstaller : Installer {
string
url
;
string
[]
requiredExecutables
[@property getter];
string
[]
binPaths
[@property getter];
void
installImpl
(string target);
}
Members
Functions
installImpl
void
installImpl
(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
binPaths
string
[]
binPaths
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requiredExecutables
string
[]
requiredExecutables
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
url
string
url
;
URL to download and install.
Meta
Source
See Implementation
ae
sys
install
git
aliases
gitInstaller
classes
GitInstaller
Installs the git version control system.