Registry / utility / taskcluster-shell

taskcluster-shell

JSON →
library0.0.0-20191115171910-c688067f12d3gogounverified

Package shell provides safe escaping of command line tokens.

go get github.com/taskcluster/shell
INSTALL
IMPORT
SIG · TASKCLUSTER-SHELL
T
taskcluster-shell
utilitygov0.0.0-20191115171910-c688067f12d3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shell
github.com/taskcluster/shell

Escape a command line argument safely.

package main import ( "fmt" "github.com/taskcluster/shell" ) func main() { escaped := shell.Escape("arg with spaces") fmt.Println(escaped) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191115171910-c688067f12d3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
taskcluster-shell — go get taskcluster-shell · libregistry