# README
shellescape
Usage
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'
# Functions
Loader is the module loader function.
Preload adds json to the given Lua state's package.preload table.
No description provided by the author
No description provided by the author
No description provided by the author