Skip to content

Commit 2a18954

Browse files
committed
starlark/module: os, command documention improvement
1 parent 4d4f105 commit 2a18954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlark/module/os/os.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func TempDir(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple,
345345
//
346346
// outline: os
347347
// functions:
348-
// command(command, shell?, dir?, combined?, env?)
348+
// command(command, shell=False, dir="", combined=False, env=[])
349349
// runs the command and returns its standard output. If the exit code
350350
// it different to zero, an error is triggered.
351351
// params:

0 commit comments

Comments
 (0)