mirror of
https://github.com/nushell/nushell.git
synced 2025-06-05 17:46:44 +02: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" } }
|