mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
c023d4111a
* Allow aliasing source * Add test
3 lines
27 B
Text
3 lines
27 B
Text
def greet [] {
|
|
"hello"
|
|
}
|