mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Added an environment variable for pretty output.
This commit is contained in:
parent
000fd853d2
commit
69f591a194
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ def main(args=None, input=None, output=None):
|
|||
parser.add_argument(
|
||||
"--pretty",
|
||||
action="store_true",
|
||||
env_var=f"{env_prefix}PRETTY",
|
||||
default=True,
|
||||
help="Enable pretty, colorized output (default: True)",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue