Skip to content

Commit ccdee96

Browse files
committed
Stupid clanker keeps using | without -E
1 parent 1960252 commit ccdee96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pi-extensions/nateclipse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function (pi: ExtensionAPI) {
1717
name: "java_grep",
1818
label: "Java Grep",
1919
promptSnippet: "Grep source files of Java types matched by name or pattern",
20-
description: "Resolves type to file, then runs grep. All grep flags supported",
20+
description: "Resolves type to file, then runs grep. All grep flags supported. Specify -E if using |",
2121
promptGuidelines: [
2222
"The java_* tools are aware of types, references, hierarchies. Use them over bash/grep/find for Java source",
2323
"Use java_grep instead of bash grep to find text in Java source",

0 commit comments

Comments
 (0)