mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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(
|
parser.add_argument(
|
||||||
"--pretty",
|
"--pretty",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
env_var=f"{env_prefix}PRETTY",
|
||||||
default=True,
|
default=True,
|
||||||
help="Enable pretty, colorized output (default: True)",
|
help="Enable pretty, colorized output (default: True)",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue