pub fn handle_command_line(
line: &str,
registry: &CommandRegistry,
cancel_token: CancellationToken,
) -> Result<(), String>Expand description
Execute a complete command line, splitting by && and running sequentially.
Stops execution if any command in the sequence fails.