We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad8d86 commit 2b2c3a7Copy full SHA for 2b2c3a7
examples/summarize-syntax.gpt
@@ -8,7 +8,7 @@ description: list all gpt files
8
9
#!/bin/bash
10
11
-find -name '*.gpt'
+find . -name '*.gpt'
12
13
---
14
name: cat
0 commit comments