mirror of
https://github.com/nushell/nushell.git
synced 2025-02-09 06:59:19 +01:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
export def foo [] { "foo" }
|
|
|
|
export alias bar = "bar"
|
|
|
|
export-env { let-env BAZ = "baz" }
|