We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7a616 commit c579e89Copy full SHA for c579e89
1 file changed
README.md
@@ -88,7 +88,7 @@ have this shortcut, so use the long form:
88
go test -v 2>&1 | pp
89
90
91
-**Fish**: `&|` redirects stderr and stdout. It's an alias for `2>&1 |`
+**Fish**: `&|` redirects stderr and stdout. It's an alias for `2>&1 |`
92
([fish piping](https://fishshell.com/docs/current/index.html#piping)):
93
94
go test -v &| pp
@@ -172,8 +172,8 @@ then using `panicparse` instead of `pp`:
172
173
Hint: You may also use shell aliases
174
175
- alias gp=panicparse
+ alias gp=panicparse
176
go test 2> gp
177
-
+
178
alias p=panicparse
179
go test 2> p
0 commit comments