wezterm.shell_quote_arg(string)
Since: 20220807-113146-c2fee766
Quotes its single argument using posix shell quoting rules.
> wezterm.shell_quote_arg("hello there")
"\"hello there\""
Since: 20220807-113146-c2fee766
Quotes its single argument using posix shell quoting rules.
> wezterm.shell_quote_arg("hello there")
"\"hello there\""