stefandebruyn/surefire

CLI tool is implemented poorly

Opened this issue · 0 comments

The code has a lot of boilerplate. Adding/editing commands requires changes in multiple files.

Rewrite the CLI tool to be more modular. This is probably best accomplished with commands as objects. While we're at it, add better command-specific help messages, like when entering a command with no arguments (e.g., sm check).