{"id":69792,"library":"elgs-gosplitargs","title":"Go Split Args","description":"Splits command-line style argument strings into slices.","status":"active","version":"0.0.0-20230310130726-7d16e488436a","language":"go","source_language":null,"source_url":"https://github.com/elgs/gosplitargs","tags":["cli","parsing","arguments"],"install":[{"cmd":"go get github.com/elgs/gosplitargs","lang":"bash","label":"Install github.com/elgs/gosplitargs"}],"dependencies":[],"imports":[{"symbol":"gosplitargs","correct":"github.com/elgs/gosplitargs"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/elgs/gosplitargs\"\n)\n\nfunc main() {\n    args, _ := gosplitargs.Split(`--name \"John Doe\" --age 30`)\n    fmt.Println(args)\n}","lang":"go","description":"Split a string into arguments respecting quotes."},"warnings":[],"env_vars":null,"search_vec":"'arg':3 'argument':9,15 'cli':13 'command':6 'command-lin':5 'go':1 'line':7 'pars':14 'slice':12 'split':2,4 'string':10 'style':8","created_at":"2026-06-17T18:05:54.157949+00:00","updated_at":"2026-06-17T18:05:54.157949+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/elgs/gosplitargs","github":"https://github.com/elgs/gosplitargs","docs":"https://pkg.go.dev/github.com/elgs/gosplitargs#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}