style: Wrap long help text in args.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-23 09:02:49 -07:00
parent c9ac01f474
commit b03d5d1099

View file

@ -206,7 +206,10 @@ def get_parser(default_config_files, git_root):
"--map-refresh",
choices=["auto", "always", "files", "manual"],
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(
"--cache-prompts",