local shellescape = require("shellescape")
escaped = shellescape.quote("foo bar baz")
-- 'foo bar baz'
escaped_command = shellescape.quote_command({ "echo", "foo bar baz" })
-- echo 'foo bar baz'
shellescape
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||