Registry / utility / buildkite-shellwords

buildkite-shellwords

JSON →
library1.0.1gogounverified

Shellwords parses shell-like command lines into tokens, handling quoting and escaping.

go get github.com/buildkite/shellwords
INSTALL
IMPORT
SIG · BUILDKITE-SHELLWOR
B
buildkite-shellwords
utilitygov1.0.1
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.

shellwords
✓ github.com/buildkite/shellwords

Splits a shell command string into tokens.

package main import ( "fmt" "github.com/buildkite/shellwords" ) func main() { args, _ := shellwords.Split("echo 'hello world'") fmt.Println(args) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
buildkite-shellwords — go get buildkite-shellwords · libregistry