2025-06-27 02:33:44 +01:00

6 lines
92 B
Plaintext

export def foo [] { "foo" }
export alias bar = echo "bar"
export-env { $env.BAZ = "baz" }