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