mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15: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",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-c",
|
||||
"--colorize",
|
||||
action="store_true",
|
||||
help="Enable colorized output of GPT responses",
|
||||
"--no-color",
|
||||
action="store_false",
|
||||
dest="colorize",
|
||||
default=True,
|
||||
help="Disable colorized output of GPT responses",
|
||||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue