Searched defs:hide_output (Results 1 – 2 of 2) sorted by relevance
20 def run(args, *, cwd=None, check=True, hide_output=True): argument
45 hide_output(){ exec 3>&1 4>&2 >/dev/null 2>/dev/null; } function