From 4228dcc7b9cd0071e098faaf1bb231dba4eced7c Mon Sep 17 00:00:00 2001 From: rwxrob Date: Fri, 27 Aug 2021 13:15:05 -0400 Subject: [PATCH] Improve completion in-source comment --- cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd b/cmd index d589ed7..811a14b 100755 --- a/cmd +++ b/cmd @@ -398,7 +398,7 @@ _buffer() { } # --------------------- completion and delegation -------------------- -# (better than . <(foo bloated_completion) in .bashrc) +# `complete -C foo foo` > `source <(foo bloated_completion)` while IFS= read -r line; do [[ $line =~ ^declare\ -f\ command_ ]] || continue