{"id":76593,"library":"choria-io-fisk","title":"Fisk CLI Framework","description":"A command-line interface framework for Go, inspired by Kong, providing declarative CLI parsing and help generation.","status":"active","version":"0.8.1","language":"go","source_language":null,"source_url":"https://github.com/choria-io/fisk","tags":["cli","framework","command-line","parser"],"install":[{"cmd":"go get github.com/choria-io/fisk","lang":"bash","label":"Install github.com/choria-io/fisk"}],"dependencies":[],"imports":[{"symbol":"fisk","correct":"github.com/choria-io/fisk"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/choria-io/fisk\"\n)\n\nfunc main() {\n\tapp := fisk.New(\"myapp\", \"A sample CLI\")\n\tapp.Flag(\"verbose\", \"Enable verbose output\").Bool()\n\tapp.Action(func(ctx *fisk.ParseContext) error {\n\t\tfmt.Println(\"Hello from fisk\")\n\t\treturn nil\n\t})\n\tapp.Parse([]string{\"--verbose\"})\n}","lang":"go","description":"Create a simple CLI app with a flag."},"warnings":[],"env_vars":null,"search_vec":"'cli':2,17,22 'command':6,25 'command-lin':5,24 'declar':16 'fisk':1 'framework':3,9,23 'generat':21 'go':11 'help':20 'inspir':12 'interfac':8 'kong':14 'line':7,26 'pars':18 'parser':27 'provid':15","created_at":"2026-06-17T19:33:51.874830+00:00","updated_at":"2026-06-17T19:33:51.874830+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/choria-io/fisk","github":"https://github.com/choria-io/fisk","docs":"https://pkg.go.dev/github.com/choria-io/fisk#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","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}}