mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
wip
This commit is contained in:
parent
fb8ed21b13
commit
f256b43043
8 changed files with 34 additions and 33 deletions
|
@ -338,6 +338,12 @@ def get_parser(default_config_files, git_root):
|
|||
help="Print the repo map and exit (debug)",
|
||||
default=False,
|
||||
)
|
||||
group.add_argument(
|
||||
"--show-prompts",
|
||||
action="store_true",
|
||||
help="Print the system prompts and exit (debug)",
|
||||
default=False,
|
||||
)
|
||||
group.add_argument(
|
||||
"--message",
|
||||
"--msg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue