diff --git a/aider/main.py b/aider/main.py index 6930a5ae2..b5282cd7d 100644 --- a/aider/main.py +++ b/aider/main.py @@ -14,8 +14,8 @@ def main(): parser.add_argument( "files", metavar="FILE", - nargs="+", - help="a list of source code files", + nargs="*", + help="a list of source code files (optional)", ) parser.add_argument( "--history-file",