mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: Wrap long help text in args.py
This commit is contained in:
parent
c9ac01f474
commit
b03d5d1099
1 changed files with 4 additions and 1 deletions
|
@ -206,7 +206,10 @@ def get_parser(default_config_files, git_root):
|
||||||
"--map-refresh",
|
"--map-refresh",
|
||||||
choices=["auto", "always", "files", "manual"],
|
choices=["auto", "always", "files", "manual"],
|
||||||
default="auto",
|
default="auto",
|
||||||
help="Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)",
|
help=(
|
||||||
|
"Control how often the repo map is refreshed. Options: auto, always, files, manual"
|
||||||
|
" (default: auto)"
|
||||||
|
),
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--cache-prompts",
|
"--cache-prompts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue