mirror of
https://github.com/nushell/nushell.git
synced 2024-11-27 02:44:01 +01:00
d0cbb2d12c
* Allow aliasing source * Add test * improve hiding * Finish adding tests * fix test
4 lines
27 B
Plaintext
4 lines
27 B
Plaintext
def greet [] {
|
|
"hello"
|
|
}
|