mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
help msg for --ctags
This commit is contained in:
parent
32e40a3e1c
commit
b82bb65b86
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ def main(args=None, input=None, output=None):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--ctags",
|
"--ctags",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help=f"Use ctags for file listing (default: False, ${env_prefix}CTAGS)",
|
help=(
|
||||||
|
"Add ctags to the chat to help GPT understand the codebase (default: False,"
|
||||||
|
f" ${env_prefix}CTAGS)"
|
||||||
|
),
|
||||||
default=bool(int(os.environ.get(f"{env_prefix}CTAGS", 0))),
|
default=bool(int(os.environ.get(f"{env_prefix}CTAGS", 0))),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue