Registry / utility / creachadair-shell

creachadair-shell

JSON →
library0.0.9gogounverified

Package shell supports splitting and joining of shell command strings.

go get bitbucket.org/creachadair/shell
INSTALL
IMPORT
SIG · CREACHADAIR-SHELL
C
creachadair-shell
utilitygov0.0.9
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
✓ bitbucket.org/creachadair/shell

Split a shell command string into tokens.

package main import ( "fmt" "bitbucket.org/creachadair/shell" ) func main() { parts, _ := shell.Split(`echo "hello world"`) fmt.Println(parts) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
creachadair-shell — go get creachadair-shell · libregistry