# ShellWords v0.1.0 - Table of Contents

> POSIX-like shell word splitting, escaping, and joining. An Elixir take on Python's shlex and Ruby's Shellwords.

## Pages

- [ShellWords](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [ShellWords](ShellWords.md): POSIX-like shell word splitting, escaping, and joining.

- Exceptions
  - [ShellWords.ParseError](ShellWords.ParseError.md): Error returned by `ShellWords.split/2` and raised by `ShellWords.split!/2`
when the input cannot be parsed.

