mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
switch to --no-colorize
This commit is contained in:
parent
e6137a78cf
commit
5ec57a221b
1 changed files with 5 additions and 4 deletions
9
coder.py
9
coder.py
|
@ -387,10 +387,11 @@ def main():
|
||||||
help="Only use gpt-3.5-turbo, not gpt-4",
|
help="Only use gpt-3.5-turbo, not gpt-4",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-c",
|
"--no-color",
|
||||||
"--colorize",
|
action="store_false",
|
||||||
action="store_true",
|
dest="colorize",
|
||||||
help="Enable colorized output of GPT responses",
|
default=True,
|
||||||
|
help="Disable colorized output of GPT responses",
|
||||||
)
|
)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue