Improve completion in-source comment

This commit is contained in:
rwxrob 2021-08-27 13:15:05 -04:00
parent f57eb1b80d
commit 4228dcc7b9
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E
1 changed files with 1 additions and 1 deletions

2
cmd
View File

@ -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