mirror of
https://github.com/nushell/nushell
synced 2025-01-03 16:58:58 +00:00
5 lines
90 B
Text
5 lines
90 B
Text
export def foo [] { "foo" }
|
|
|
|
export alias bar = "bar"
|
|
|
|
export-env { let-env BAZ = "baz" }
|