mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Changed help text for disabling auto commit of changes.
This commit is contained in:
parent
37741bed2a
commit
8bcbc5b0de
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def main():
|
||||||
"--no-auto-commits",
|
"--no-auto-commits",
|
||||||
action="store_false",
|
action="store_false",
|
||||||
dest="auto_commits",
|
dest="auto_commits",
|
||||||
help=f"Do not automatically commit changes (default: True, ${env_prefix}AUTO_COMMITS)",
|
help=f"Disable auto commit of changes (${env_prefix}AUTO_COMMITS)",
|
||||||
default=bool(int(os.environ.get(f"{env_prefix}AUTO_COMMITS", 1))),
|
default=bool(int(os.environ.get(f"{env_prefix}AUTO_COMMITS", 1))),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue