{"id":52491,"library":"codegangsta-cli","title":"CLI","description":"Package cli provides a minimal framework for creating and organizing command line Go applications.","status":"active","version":"1.22.17","language":"go","source_language":null,"source_url":"https://github.com/codegangsta/cli","tags":["cli","command-line","framework","app"],"install":[{"cmd":"go get github.com/codegangsta/cli","lang":"bash","label":"Install github.com/codegangsta/cli"}],"dependencies":[],"imports":[{"symbol":"cli","correct":"github.com/codegangsta/cli"}],"quickstart":{"code":"package main\n\nimport (\n  \"os\"\n  \"github.com/codegangsta/cli\"\n)\n\nfunc main() {\n  app := cli.NewApp()\n  app.Name = \"greet\"\n  app.Action = func(c *cli.Context) error {\n    println(\"Hello, world!\")\n    return nil\n  }\n  app.Run(os.Args)\n}","lang":"go","description":"Creates a simple CLI app that prints a greeting."},"warnings":[],"env_vars":null,"search_vec":"'app':21 'applic':15 'cli':1,3,16 'command':12,18 'command-lin':17 'creat':9 'framework':7,20 'go':14 'line':13,19 'minim':6 'organ':11 'packag':2 'provid':4","created_at":"2026-06-15T06:56:25.172293+00:00","updated_at":"2026-06-15T06:56:25.172293+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/codegangsta/cli","github":"https://github.com/codegangsta/cli","docs":"https://pkg.go.dev/github.com/codegangsta/cli#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-15","next_check":"2026-12-12","install_tag":null}}