Skip to content

Commit 40dda45

Browse files
committed
Add missing command col exists check
1 parent 24c4d59 commit 40dda45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

needs-update/custom-completions/auto-generate/parse-fish.nu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def cleanup_subcommands [] {
104104
def make-commands-completion [] {
105105
let fishes = $in
106106
$fishes
107+
| where ('command' in ($fishes | columns))
107108
| get command
108109
| uniq # command is cloned on every complete line
109110
| each { |command|

0 commit comments

Comments
 (0)