shell_quote_arg
On this page
wakterm.shell_quote_arg(string)#
Quotes its single argument using posix shell quoting rules.
> wakterm.shell_quote_arg("hello there")
"\"hello there\""
Quotes its single argument using posix shell quoting rules.
> wakterm.shell_quote_arg("hello there")
"\"hello there\""