Skip to content

Commit

Permalink
Fix completions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bootandy committed Feb 12, 2024
1 parent 13af2ff commit 88797b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions completions/_dust
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ _dust() {
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
'*::params:' \
'*:inputs:_files' \
'*::params:_files' \
&& ret=0
}

Expand Down

0 comments on commit 88797b3

Please sign in to comment.