Show `gorge()`

This commit is contained in:
Christopher Dunn 2017-05-21 09:45:11 -07:00
parent 92de44270b
commit 310c3e0641
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ task newtask, "My new task":
And `zzz.nims` looks like this:
```nim
echo "In zzz.nims"
echo gorge("git rev-parse HEAD")
```
You *could* run your nimscript like this: `nim e foo.nims`, but that will not make your tasks available.