We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861e249 commit 4e86c88Copy full SHA for 4e86c88
src/comby/binary.py
@@ -95,7 +95,7 @@ def matches(self,
95
language = self.language
96
logger.info("using default language: %s", language)
97
98
- cmd = ('-stdin', '-json-pretty', '-match-only',
+ cmd = ('-stdin', '-json-lines', '-match-only',
99
'-matcher', shlex.quote(language),
100
shlex.quote(template), 'foo')
101
cmd_s = ' '.join(cmd)
0 commit comments