Cleaned up examples.
This commit is contained in:
parent
9fb31c09e5
commit
3007041be4
2 changed files with 9 additions and 7 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue