Show HN: CLI – A Go command-line library shaped like net/HTTP
Category: library
Tags: go, cli-framework, command-line, net-http-pattern, middleware
Score: 6.8/10 (Innovation: 7, Technical: 6, Documentation: 8, Utility: 6)
A Go CLI library that adapts the net/http pattern (handlers, middleware, mux) to command-line interfaces, providing a familiar paradigm for Go developers building complex CLI tools with routing, testing, and composition capabilities.
Target audience: backend devs
Repository: https://github.com/mzattahri/cli · Go · MIT · 1 stars
View on Hacker News