nushell-plugins/nushell/tests/modules/samples/spam/bar.nu

4 lines
61 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
export def main [] { 'bar' }
export def baz [] { 'barbaz' }