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 587e6e1 commit d46b430Copy full SHA for d46b430
custom-completions/auto-generate/parse-fish.nu
@@ -84,11 +84,10 @@ def make-commands-completion [] {
84
}
85
86
87
-let quote = '"' # "
88
-
89
# make the action nu completion string from subcommand and args
90
# subcommand can be empty which will be the root command
91
def make-subcommands-completion [parents: list] {
+ let quote = '"' # "
92
let fishes = $in
93
$fishes
94
| group-by a # group by sub command (a flag)
0 commit comments