File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ function print_shell_escaped_CMDly(io::IO, arg::AbstractString)
322322end
323323
324324"""
325- shell_escape_CMDly(arg::AbstractString) -> String
325+ shell_escape_CMDly(arg::AbstractString) -> String
326326
327327The unexported `shell_escape_CMDly` function takes a string and escapes any special characters
328328in such a way that it is safe to pass it as an argument to some `CMD.exe`. This may be useful
@@ -352,7 +352,7 @@ function print_shell_escaped_PWSHly(io::IO, arg::AbstractString)
352352end
353353
354354"""
355- shell_escape_PWSHly(arg::AbstractString) -> String
355+ shell_escape_PWSHly(arg::AbstractString) -> String
356356
357357Escapes special characters so they can be appropriately used with PowerShell.
358358
You can’t perform that action at this time.
0 commit comments