Skip to main content

Module cli_executing

Module cli_executing 

Source

Functionsยง

execute_cli_action ๐Ÿ”’
Executes a structured [CliAction], returning a tuple containing the resulting [LogLevel] and a message string.
execute_debug_command ๐Ÿ”’
Checks if the given string is a valid debug command and executes it. Returns a tuple containing the resulting [LogLevel] and a message string.
execute_implicit_cli_action ๐Ÿ”’
Executes an implicit CLI action sent from a client, returning a structured [CliActionResponse].
get_fixture_type ๐Ÿ”’
Queries and retrieves the type name associated with a specific fixture instance.
move_fixture ๐Ÿ”’
Relocates an existing fixture instance to a new universe and channel position.
new_fixture ๐Ÿ”’
Spawns a new fixture instance based on an existing fixture type at the specified universe and channel.
new_fixture_type ๐Ÿ”’
Creates a new fixture type definition with the given name and channel mappings.
remove_fixture ๐Ÿ”’
Removes an existing fixture instance.
set_property_value ๐Ÿ”’
Updates a specific property value on a target fixture instance.
shutdown_kernel ๐Ÿ”’
Handles kernel session shutdown procedures, optionally prompting the user to save changes if unspecified.