diff -r 86ceb97db7de -r 24c05e69d68f bash-completion.sh --- a/bash-completion.sh Sat May 23 23:58:50 2020 +0200 +++ b/bash-completion.sh Mon May 25 19:36:06 2020 +0200 @@ -46,6 +46,7 @@ "--copy-renamed" "--file" "--file-keep" + "--list-data-sources" ) COMPREPLY=($(compgen -W "${OPTIONS[*]}" -- "$w0")) fi