euporie.core.key_binding.registry.get_cmd

euporie.core.key_binding.registry.get_cmd(name: str) Command

Get a command from the centralized command system by name.

Parameters:

name – The name of the command to retrieve

Returns:

The requested command object

Raises:

KeyError – Raised if the named command is not found