diff -r d6d710336e7c -r 8f1da1ce3ca5 bash-completion.sh --- a/bash-completion.sh Sun Dec 06 16:40:58 2020 +0100 +++ b/bash-completion.sh Sat May 29 21:49:37 2021 +0200 @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_relpipe_in_yamltable_completion() { +_relpipe_in_cbortable_completion() { local w0 w1 w2 w3 COMPREPLY=() @@ -103,5 +103,4 @@ fi } -complete -F _relpipe_in_yamltable_completion relpipe-in-yamltable -complete -F _relpipe_in_yamltable_completion relpipe-in-jsontable +complete -F _relpipe_in_cbortable_completion relpipe-in-cbortable