Watch
1
0
Fork
You've already forked dotfiles
0

bin: Add godoc alias to show output in pager

This commit is contained in:
Jeremy Kaplan 2026-08-04 13:09:07 -04:00
commit 3501aa966a

5
bin/godoc Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
go doc "$@" | bat