Show `gorge()`
This commit is contained in:
parent
92de44270b
commit
310c3e0641
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue