We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@cmd
1 parent 447dc2d commit 1ed2b98Copy full SHA for 1ed2b98
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