mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Added --commit command #283
This commit is contained in:
parent
3f2dfa24ee
commit
dffeaac4d9
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
io.tool_error(str(err))
|
||||
return 1
|
||||
|
||||
if args.commit:
|
||||
coder.commands.cmd_commit("")
|
||||
return
|
||||
|
||||
if args.show_repo_map:
|
||||
repo_map = coder.get_repo_map()
|
||||
if repo_map:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue