diff --git a/contrib/bashly/completions.bash b/contrib/bashly/completions.bash index 37e8150d8..346aceff9 100644 --- a/contrib/bashly/completions.bash +++ b/contrib/bashly/completions.bash @@ -37,7 +37,7 @@ _qsv_completions() { ;; 'slice'*) - while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--delimiter --end --help --index --json --len --no-headers --output --start -h")" -- "$cur" ) + while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--delimiter --end --help --index --len --no-headers --output --start -h")" -- "$cur" ) ;; 'stats'*)