Fix filename completions for zsh and bash (#331)

Reapply commit accidentally reverted
This commit is contained in:
wickles
2023-07-14 10:32:21 -07:00
committed by andy.boot
parent 7ee744207b
commit b5e3f4ca2f
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -71,6 +71,7 @@ _dust() {
'-V[Print version]' \
'--version[Print version]' \
'*::params:' \
'*:inputs:_files' \
&& ret=0
}