Commit Graph

1 Commits

Author SHA1 Message Date
clawbot
5ad2c37ba2 refactor: move CLI code from cmd/ to internal/cli/
All checks were successful
check / check (push) Successful in 4s
Move all substantive CLI code (app logic, UI, API client,
hashcash, types) from cmd/neoirc-cli/ to internal/cli/.
The cmd/neoirc-cli/main.go now contains only minimal
bootstrapping that calls cli.Run().

This follows the project convention that cmd/ should only
contain minimal main() bootstrapping code.
2026-03-10 03:29:57 -07:00