Searched defs:get_command_output (Results 1 – 2 of 2) sorted by relevance
203 def get_command_output(args: List, **kwargs) -> str: function
82 def get_command_output(command: Command, *args, **kwargs) -> str: function