This commit is contained in:
Paul Gauthier 2023-05-30 07:58:31 -07:00
parent 0d568e2b59
commit b359134f86
2 changed files with 0 additions and 3 deletions

View file

@ -88,9 +88,7 @@ class InputOutput:
user_input_color="blue",
tool_output_color=None,
tool_error_color="red",
completions_height=10,
):
self.completions_height = completions_height
no_color = os.environ.get("NO_COLOR")
if no_color is not None and no_color != "":
pretty = False