nushell-plugins/nushell/tests/fixtures/lsp/hints/param.nu
2025-06-27 02:33:44 +01:00

13 lines
123 B
Text

def cmd [
a1
a2
--flag (-f)
a3? # arg3
a4?
...arg_rest
] { }
ls | cmd 1 $nu -f (
cmd 1
2
) ...[(cmd 1 2)]