Registry / utility / cosiner-argv

cosiner-argv

JSON →
library0.1.0gogounverified

Package argv parses command line strings into argument arrays using bash syntax.

go get github.com/cosiner/argv
INSTALL
IMPORT
SIG · COSINER-ARGV
C
cosiner-argv
utilitygov0.1.0
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.

argv
✓ github.com/cosiner/argv

Parses a command line string into an argument slice.

package main import ( "fmt" "github.com/cosiner/argv" ) func main() { args, err := argv.Argv("echo hello world") if err != nil { panic(err) } fmt.Println(args) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cosiner-argv — go get cosiner-argv · libregistry