Slash command definitions live in src/app/commands/catalog.rs.
Dispatch flow:
- Input parse:
src/app/commands/parse.rs - Slash dispatch:
src/app/commands/dispatch.rs - Specialized command handlers:
src/app/commands/*
Slash command definitions live in src/app/commands/catalog.rs.
Dispatch flow:
src/app/commands/parse.rssrc/app/commands/dispatch.rssrc/app/commands/*