Skip to main content

Module commands

Module commands 

Source
Expand description

Command system for TUI

Provides a plugin-like command architecture for handling user commands.

Structs§

BrowserCommand
Browser automation command
ClearCommand
Clear command - clears the chat view
CommandContext
Context provided to commands for execution
CommandRegistry
Registry for managing commands
ExitCommand
Exit command - exits the application
HelpCommand
Help command - displays available commands
SessionCommand
Session command - manages sessions
ShareCommand
Share command - exports session to clipboard or file

Enums§

CommandResult
Result of executing a command

Traits§

Command
Trait for implementing commands

Functions§

create_default_registry
Create the default command registry with all built-in commands