[ 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