Cleaned up examples.

This commit is contained in:
Erik C. Thauvin 2017-04-28 20:19:48 -07:00
parent 9fb31c09e5
commit 3007041be4
2 changed files with 9 additions and 7 deletions

View file

@ -49,7 +49,7 @@ The full command line including the executable and all arguments.
```kotlin
exec {
commandLine(args="ls")
commandLine(args = "ls")
commandLine("ls", "-l")
commandLine("cmd", "/c", "dir /Q")
}