nushell-plugins/nushell/tests/fixtures/lsp/hover/command.nu

12 lines
113 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
# Renders some greeting message
def hello [] { }
hello
[""] | str join
^sleep
def foo [] {
def bar [] { }
}