package shellwords

  1. Overview
  2. Docs
POSIX shell command word parsing and quoting utilities

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=be880543665890bd93c725910b01409c
sha512=571ad03aef4fdbd88ed05b9c18c92cc33412971f93b51c732f8c83f2bcda3bb116f07715c74403a0366d0258fa0478bc0d502543e71a23454f2722b4aec0d86f

doc/README.html

shellwords library

The goal of this library is to provide identical behavior to Rust's shell-words crate. That is, in accordance with the parsing rules of Unix shell as specified in Shell Command Language in POSIX.1-2008

Implemented Functions

  • join: string list -> string
  • quote: string -> string
  • split: string -> string list