nimterop/git.idx
Ganesh Viswanathan 7f299d18e4 Update documentation
2019-02-08 16:36:23 -06:00

9 lines
780 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 = "")