mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: add --load argument to execute commands from file
This commit is contained in:
parent
d288122fab
commit
347a9f2a6d
2 changed files with 9 additions and 0 deletions
|
@ -770,6 +770,10 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
return 1
|
||||
return
|
||||
|
||||
if args.load:
|
||||
commands.cmd_load(args.load)
|
||||
return
|
||||
|
||||
if args.exit:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue