es_sfgtools.utils.command_line_utils module
- es_sfgtools.utils.command_line_utils.get_system_architecture() Tuple[str, str]
Get the current system and architecture :returns: A tuple containing the system and architecture. :rtype: Tuple[str, str]
- es_sfgtools.utils.command_line_utils.parse_cli_logs(result, logger: _BaseLogger | Logger)
- es_sfgtools.utils.command_line_utils.parse_error(string: str) Warning | None
- es_sfgtools.utils.command_line_utils.raise_exception(string: str) Exception | None
- es_sfgtools.utils.command_line_utils.remove_ansi_escape(text)