stream-cli
stream-cli copied to clipboard
Add mute-channel feature.
This PR adds a new mute-channel command to the CLI, allowing users to mute a specific channel with optional expiration.
Includes:
- New mute-channel command with --expiration flag
- Markdown documentation (docs/stream-cli_chat_mute-channel.md)
- Integration test TestMuteChannel for validation