Realized that #10 did not include any way to register commands without going through the IntoCommandDefinition trait.
Changes:
Adds a method to register a raw command handler
**Rationale:**
Realized that https://gitea.sergeysav.com/sergeysav/telemetry_visualization/pulls/10 did not include any way to register commands without going through the IntoCommandDefinition trait.
**Changes:**
- Adds a method to register a raw command handler
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Rationale:
Realized that #10 did not include any way to register commands without going through the IntoCommandDefinition trait.
Changes: