Empty output in Deno.Command
I’m trying to run the command
If I delete the
It’s weird because other “similarly looking options” seem to work fine for example
git log —grep='.' from Deno. However, it always returns an empty output.If I delete the
grep option it returns it fine. Running the same command from the CLI returns all commits.It’s weird because other “similarly looking options” seem to work fine for example
—format.