shell-words 0.1.0

Process command line according to parsing rules of UNIX shell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "shell-words"
version = "0.1.0"
authors = ["Tomasz Miąsko <tomasz.miasko@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tmiasko/shell-words"
description = "Process command line according to parsing rules of UNIX shell"
readme = "README.md"
keywords = [
  "quote",
  "shell",
  "split",
  "unix",
  "words",
]