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

View file

@ -205,7 +205,6 @@ def main(args=None, input=None, output=None):
user_input_color=args.user_input_color,
tool_output_color=args.tool_output_color,
tool_error_color=args.tool_error_color,
completions_height=args.completions_height,
)
if args.verbose: