mirror of
https://github.com/nushell/nushell
synced 2025-01-01 07:48:53 +00:00
6 lines
80 B
Text
6 lines
80 B
Text
|
export def foo [] { "foo" }
|
||
|
|
||
|
export alias bar = "bar"
|
||
|
|
||
|
export env BAZ { "baz" }
|