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:
parent
4d4f1058d3
commit
2a189546ee
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user