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.
@cmd
1 parent 460201c commit 238923bCopy full SHA for 238923b
base/cmd.jl
@@ -491,7 +491,7 @@ end
491
"""
492
@cmd str
493
494
-Similar to `cmd`, generate a `Cmd` from the `str` string which represents the shell command(s) to be executed.
+Similar to ``` `str` ```, generate a `Cmd` from the `str` string which represents the shell command(s) to be executed.
495
The [`Cmd`](@ref) object can be run as a process and can outlive the spawning julia process (see `Cmd` for more).
496
497
# Examples
0 commit comments