{"id":69962,"library":"gonuts-commander","title":"Commander","description":"A Go library for building command-line applications with support for flags, commands, and subcommands.","status":"active","version":"0.4.1","language":"go","source_language":null,"source_url":"https://github.com/gonuts/commander","tags":["cli","command-line","flags","subcommands"],"install":[{"cmd":"go get github.com/gonuts/commander","lang":"bash","label":"Install github.com/gonuts/commander"}],"dependencies":[],"imports":[{"symbol":"commander","correct":"github.com/gonuts/commander"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gonuts/commander\"\n)\n\nfunc main() {\n\tcmd := &commander.Command{\n\t\tRun: func(cmd *commander.Command, args []string) error {\n\t\t\tfmt.Println(\"Hello!\")\n\t\t\treturn nil\n\t\t},\n\t\tUsageLine: \"hello\",\n\t}\n\tcmd.Execute()\n}","lang":"go","description":"Define and run a simple command."},"warnings":[],"env_vars":null,"search_vec":"'applic':10 'build':6 'cli':18 'command':1,8,15,20 'command-lin':7,19 'flag':14,22 'go':3 'librari':4 'line':9,21 'subcommand':17,23 'support':12","created_at":"2026-06-17T18:07:50.616584+00:00","updated_at":"2026-06-17T18:07:50.616584+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/gonuts/commander","github":"https://github.com/gonuts/commander","docs":"https://pkg.go.dev/github.com/gonuts/commander#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"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}}