diff --git a/bash-completion/completion/dfmt b/bash-completion/completion/dfmt index d21e0eb..b918e5c 100644 --- a/bash-completion/completion/dfmt +++ b/bash-completion/completion/dfmt @@ -38,6 +38,8 @@ _dfmt() return 0 ;; *) + COMPREPLY=($(compgen -f -- ${cur})) + return 0 ;; esac COMPREPLY=($(compgen -W "${opts}" -- ${cur}))