Expand description
This module contains command dispatching logic for the UI runner.
It maps command strings to their respective handler functions.
Modulesยง
- friends ๐
- This module contains command handlers related to managing friends.
- history ๐
- This module contains the command handler for displaying chat history.
- info ๐
- This module contains command handlers for displaying application information and help.
- peers ๐
- This module contains the command handler for listing connected peers.
- send ๐
- This module contains the command handler for sending messages.
Functionsยง
- dispatch
- Dispatches a command to the appropriate handler function.