We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f447b5 commit fd2eb50Copy full SHA for fd2eb50
doc/quickjs.texi
@@ -725,6 +725,12 @@ object containing optional parameters:
725
Boolean (default = true). If true, the file is searched in the
726
@code{PATH} environment variable.
727
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
734
@item file
735
String (default = @code{args[0]}). Set the file to be executed.
736
0 commit comments