Skip to main content

src/shlex.app.src

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