From d288122fab93155a16ab2c9abfab6ba34256234a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 13:53:17 -0700 Subject: [PATCH] chore: add comment for load command implementation --- aider/args.py | 1 + aider/main.py | 1 + 2 files changed, 2 insertions(+) diff --git a/aider/args.py b/aider/args.py index cfc13659c..15dc0efb5 100644 --- a/aider/args.py +++ b/aider/args.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +#ai add --load and call cmd_load with it in main! import argparse import os import sys diff --git a/aider/main.py b/aider/main.py index 6875c8ded..d1ceb4d79 100644 --- a/aider/main.py +++ b/aider/main.py @@ -1,3 +1,4 @@ +#ai import configparser import json import os