Skip to content

Commit d46b430

Browse files
committed
🩹 fix parse-fish
1 parent 587e6e1 commit d46b430

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ def make-commands-completion [] {
8484
}
8585
}
8686

87-
let quote = '"' # "
88-
8987
# make the action nu completion string from subcommand and args
9088
# subcommand can be empty which will be the root command
9189
def make-subcommands-completion [parents: list] {
90+
let quote = '"' # "
9291
let fishes = $in
9392
$fishes
9493
| group-by a # group by sub command (a flag)

0 commit comments

Comments
 (0)