chore: add comment for load command implementation

This commit is contained in:
Paul Gauthier 2024-10-29 13:53:17 -07:00 committed by Paul Gauthier (aider)
parent d1cf3d4600
commit d288122fab
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python
#ai add --load <fname> and call cmd_load with it in main!
import argparse
import os
import sys

View file

@ -1,3 +1,4 @@
#ai
import configparser
import json
import os