;tools:bake dbgstrs
This commit is contained in:
parent
6e54de12b2
commit
b1dc550c35
5
bake
5
bake
@ -175,6 +175,11 @@ lastweek() {
|
|||||||
echo
|
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
|
if declare -f "$1" > /dev/null; then "$@"; else usage; fi
|
||||||
|
|
||||||
# ** notes
|
# ** notes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user