{"id":68564,"library":"leaanthony-clir","title":"Clir","description":"A simple API for creating command line applications in Go.","status":"active","version":"1.7.0","language":"go","source_language":null,"source_url":"https://github.com/leaanthony/clir","tags":["cli","command-line","app","framework"],"install":[{"cmd":"go get github.com/leaanthony/clir","lang":"bash","label":"Install github.com/leaanthony/clir"}],"dependencies":[],"imports":[{"symbol":"clir","correct":"github.com/leaanthony/clir"}],"quickstart":{"code":"package main\n\nimport \"github.com/leaanthony/clir\"\n\nfunc main() {\n    cli := clir.NewCli(\"myapp\", \"A simple CLI\", \"1.0.0\")\n    cli.Action(func() error {\n        return nil\n    })\n    cli.Run()\n}","lang":"go","description":"Create and run a simple CLI application."},"warnings":[],"env_vars":null,"search_vec":"'api':4 'app':16 'applic':9 'cli':12 'clir':1 'command':7,14 'command-lin':13 'creat':6 'framework':17 'go':11 'line':8,15 'simpl':3","created_at":"2026-06-17T17:51:12.682233+00:00","updated_at":"2026-06-17T17:51:12.682233+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/leaanthony/clir","github":"https://github.com/leaanthony/clir","docs":"https://pkg.go.dev/github.com/leaanthony/clir#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}}