mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
c023d4111a
* Allow aliasing source * Add test
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
def greet [] {
|
|
"hello"
|
|
}
|