-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi, rg runs fine on my Linux machine, but on my Windows machine I run into an issue. For some reason, the command seems to break after the first " (quotation) mark, and I get this error:
-*- mode: rg; default-directory: "c:/Temp/" -*-
rg started at Mon Nov 18 15:10:24
"c:/ProgramData/chocolatey/bin/rg.exe" --color=always --colors=match:fg:red --colors=path:fg:magenta --colors=line:fg:green --colors=column:none -n --column --heading --no-config --fixed-strings -e "Padding" .
warning: extra args ignored after '-e'
rg: ripgrep requires at least one pattern to execute a search
rg exited abnormally with code 2 at Mon Nov 18 15:10:25
If I run this in the command line (without the quotation mark around the program binary) that works fine. It seems it stops parsing the command after the " after -e. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels