[ Bron: golang-github-alessio-shellescape ]
Pakket: golang-github-alessio-shellescape-dev (1.4.2-1)
Verwijzigingen voor golang-github-alessio-shellescape-dev
Debian bronnen:
Het bronpakket golang-github-alessio-shellescape downloaden:
- [golang-github-alessio-shellescape_1.4.2-1.dsc]
- [golang-github-alessio-shellescape_1.4.2.orig.tar.gz]
- [golang-github-alessio-shellescape_1.4.2-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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).