mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
Revert "Follow the documentation's recommendation (#10808)"
This reverts commit 1a13b3a14e.
This commit is contained in:
@@ -97,8 +97,7 @@ proc execProcess*(command: string,
|
||||
## Example:
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
## let outp = execProcess("/usr/bin/env", ["nim", "c", "-r", "mytestfile.nim"], option={})
|
||||
## let outp_shell = execProcess("nim c -r mytestfile.nim")
|
||||
## let outp = execProcess("nim c -r mytestfile.nim")
|
||||
## # Note: outp may have an interleave of text from the nim compile
|
||||
## # and any output from mytestfile when it runs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user