Skip to content

Commit 68cc550

Browse files
authored
MD: add hint for sh aliasing (pp naming conflict) (#72)
1 parent 3948d1e commit 68cc550

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,11 @@ or use long name `panicparse` with:
169169
then using `panicparse` instead of `pp`:
170170

171171
go test 2> panicparse
172+
173+
Hint: You may also use shell aliases
174+
175+
alias gp=panicparse
176+
go test 2> gp
177+
178+
alias p=panicparse
179+
go test 2> p

0 commit comments

Comments
 (0)