[ forky ]
[ sid ]
[ 原始碼: golang-github-alessio-shellescape ]
套件:golang-al-essio-pkg-shellescape-dev(1.6.0-1)
golang-al-essio-pkg-shellescape-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alessio-shellescape:
- [golang-github-alessio-shellescape_1.6.0-1.dsc]
- [golang-github-alessio-shellescape_1.6.0.orig.tar.gz]
- [golang-github-alessio-shellescape_1.6.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Escape arbitrary strings for use as command line arguments
This package provides the shellescape.Quote() function that returns a shell-escaped copy of a string. This functionality could be helpful in those cases where it is known that the output of a Go program will be appended to/used in the context of shell programs command line arguments.
This work was inspired by the Python original package shellescape (https://pypi.python.org/pypi/shellescape).
其他與 golang-al-essio-pkg-shellescape-dev 有關的套件
|
|
|
|
-
- dep: golang-github-google-shlex-dev
- Simple lexer for Go that supports shell-style rules