Skip to content

Commit fd2eb50

Browse files
committed
add doc at modification to os.exec
1 parent 9f447b5 commit fd2eb50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/quickjs.texi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,12 @@ object containing optional parameters:
725725
Boolean (default = true). If true, the file is searched in the
726726
@code{PATH} environment variable.
727727

728+
@item fork
729+
Boolean (default = true). fork or replace current process with exec/execvp.
730+
731+
@item alias
732+
String (default = argv[0]). Set the argv[0] as function of shell exec -a "alias"
733+
728734
@item file
729735
String (default = @code{args[0]}). Set the file to be executed.
730736

0 commit comments

Comments
 (0)