nushell-plugins/nushell/tests/modules/samples/spam/bacon/beans/mod.nu

6 lines
84 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
export module foo.nu
export def test [] { 'test' }
export def main [] { 'beans' }