diff --git a/aider/main.py b/aider/main.py index dd8776d18..a5e544891 100644 --- a/aider/main.py +++ b/aider/main.py @@ -474,6 +474,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F ) from aider.commands import Commands + commands = Commands(io, None, verify_ssl=args.verify_ssl) try: