Module cli

Module cli 

Source
Expand description

Interactive command-line interface.

The CLI reads lines from stdin and dispatches them to the MainActor mailbox. Special commands (prefixed with /) control the system:

CommandEffect
/listList all registered actors and their states
/stop <name>Stop the named actor
/statusPrint system health summary
/quitGracefully shut down the entire system

Functionsยง

run_cli
Start the interactive CLI loop.