Returns all registered command names (useful for debugging/testing).
Set<String> registeredCommands() => _handlers.keys.toSet();