mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
tweaked --map-tokens help
This commit is contained in:
parent
ef22f44d19
commit
14289ab44f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def main(args=None, input=None, output=None):
|
|||
"--map-tokens",
|
||||
type=int,
|
||||
default=1024,
|
||||
help="Number of tokens to map for code understanding (default: 1024)",
|
||||
help="Max number of tokens to use for repo map, use 0 to disable (default: 1024)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--yes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue