Packages

Split shell commands into words

Current section

Files

Jump to
shlex src shlex.app.src
Raw

src/shlex.app.src

{application, shlex, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib]},
{description, "Split shell commands into words"},
{modules, [shlex,
shlex@@main]},
{registered, []}
]}.