We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f371420 commit e8e6891Copy full SHA for e8e6891
needs-update/custom-completions/auto-generate/parse-fish.nu
@@ -103,7 +103,7 @@ def make-subcommands-completion [parents: list<string>] {
103
" [\n"
104
(
105
$fishes
106
- | if ('n' in ($subcommand | columns)) {
+ | if ('n' in ($subcommand.args | columns)) {
107
if ($subcommand.name != "") {
108
where ($it.n | str contains $subcommand.name) # for subcommand -> any where n matches `__fish_seen_subcommand_from arg` for the subcommand name
109
} else {
0 commit comments