;tools:bake dbgstrs

This commit is contained in:
Simon Michael 2023-11-03 09:54:01 -07:00
parent 6e54de12b2
commit b1dc550c35

5
bake
View File

@ -175,6 +175,11 @@ lastweek() {
echo
}
# Show a bunch of debug message strings.
dbgstrs() {
rg --sort path -t hs 'dbg.*?(".*")' -r '$1' -o
}
if declare -f "$1" > /dev/null; then "$@"; else usage; fi
# ** notes