mirror of
https://github.com/nushell/nushell.git
synced 2024-12-11 09:43:24 +01:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
export def foo [] { "foo" }
|
|
|
|
export alias bar = "bar"
|
|
|
|
export-env { let-env BAZ = "baz" } }
|