dftlib.utility.os_functions.run_tool¶
- run_tool(args: list[str], quiet: bool = False) bytes ¶
Executes a process with the given arguments. :param args: Arguments. :param quiet: Flag indicating whether the output should be printed. :return: The ‘stdout’.