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

5 lines
55 B
Text

def greet [name] {
$"hello ($name)"
}
greet nushell