mirror of
https://github.com/spf13/cobra
synced 2024-12-27 14:57:06 +00:00
Fixed the ShellCompDirectiveNoFileComp case
This commit is contained in:
parent
1df1dbd552
commit
da1bab9757
1 changed files with 0 additions and 6 deletions
|
@ -109,12 +109,6 @@ let cobra_completer = {|spans|
|
|||
} else {
|
||||
$completions
|
||||
}
|
||||
|
||||
if ($completions | is-empty) {
|
||||
null
|
||||
} else {
|
||||
$completions
|
||||
}
|
||||
} else {
|
||||
null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue