6e29f644bac89ae1f806c1a2c6e7d5bf663b440a
- Add `cmd/main.go` with a new `warpbox` root command and `run` subcommand - Support `--addr` flag (default `:8080`) and delegate startup to `server.Run` - Initialize Go module and dependencies (cobra, gin) via `go.mod`/`go.sum` to enable building the new CLI entrypointfeat(cli): add cobra-based CLI to run WarpBox server - Add `cmd/main.go` with a new `warpbox` root command and `run` subcommand - Support `--addr` flag (default `:8080`) and delegate startup to `server.Run` - Initialize Go module and dependencies (cobra, gin) via `go.mod`/`go.sum` to enable building the new CLI entrypoint
The file is empty.
Description
Languages
Go
29.8%
HTML
27.2%
JavaScript
23%
CSS
19.3%
Shell
0.4%
Other
0.3%