1
1
Fork 0
mirror of https://github.com/mcuadros/ascode synced 2024-05-08 16:46:18 +02:00

starlark/module: os, command documention improvement

This commit is contained in:
Máximo Cuadros 2020-04-09 23:59:57 +02:00
parent 4d4f1058d3
commit 2a189546ee
No known key found for this signature in database
GPG Key ID: 17A5DFEDC735AE4B

View File

@ -345,7 +345,7 @@ func TempDir(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple,
//
// outline: os
// functions:
// command(command, shell?, dir?, combined?, env?)
// command(command, shell=False, dir="", combined=False, env=[])
// runs the command and returns its standard output. If the exit code
// it different to zero, an error is triggered.
// params: