nimterop/git.idx
Ganesh Viswanathan 5898e4ee20 Update documentation
2019-05-08 21:07:18 -05:00

10 lines
860 B
Text
Executable file

execAction git.html#execAction,string git: execAction(cmd: string; nostderr = false): string
mkDir git.html#mkDir,string git: mkDir(dir: string)
cpFile git.html#cpFile,string,string git: cpFile(source, dest: string; move = false)
mvFile git.html#mvFile,string,string git: mvFile(source, dest: string)
extractZip git.html#extractZip,string,string git: extractZip(zipfile, outdir: string)
downloadUrl git.html#downloadUrl,string,string git: downloadUrl(url, outdir: string)
gitReset git.html#gitReset,string git: gitReset(outdir: string)
gitCheckout git.html#gitCheckout,string,string git: gitCheckout(file, outdir: string)
gitPull git.html#gitPull,string,string,string,string git: gitPull(url: string; outdir = ""; plist = ""; checkout = "")
configure git.html#configure,string,string git: configure(path, check: string)