diff --git a/bake b/bake index 75af7145b..cc3de69a5 100755 --- a/bake +++ b/bake @@ -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