mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
d0cbb2d12c
* Allow aliasing source * Add test * improve hiding * Finish adding tests * fix test
3 lines
27 B
Text
3 lines
27 B
Text
def greet [] {
|
|
"hello"
|
|
}
|