1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-22 17:02:03 +01: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

@ -345,7 +345,7 @@ func TempDir(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple,
// //
// outline: os // outline: os
// functions: // 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 // runs the command and returns its standard output. If the exit code
// it different to zero, an error is triggered. // it different to zero, an error is triggered.
// params: // params: