We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba0fae commit b9fdbb0Copy full SHA for b9fdbb0
1 file changed
aider/tools/grep.py
@@ -167,7 +167,7 @@ def execute(
167
cmd_args.append("--exclude-dir=.git")
168
169
# Add pattern and directory path
170
- cmd_args.extend([pattern, str(search_dir_path)])
+ cmd_args.extend(["--", pattern, str(search_dir_path)])
171
172
# Convert list to command string for run_cmd_subprocess
173
command_string = oslex.join(cmd_args)
0 commit comments