Skip to content

Commit

Permalink
Fixed the ShellCompDirectiveNoFileComp case
Browse files Browse the repository at this point in the history
  • Loading branch information
ayax79 committed Dec 12, 2024
1 parent 1df1dbd commit da1bab9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nushell_completions.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ let cobra_completer = {|spans|
} else {
$completions
}
if ($completions | is-empty) {
null
} else {
$completions
}
} else {
null
}
Expand Down

0 comments on commit da1bab9

Please sign in to comment.