nushell-plugins/nushell/tests/modules/samples/spam/bacon/beans/mod.nu
2025-06-27 02:33:44 +01:00

5 lines
84 B
Text

export module foo.nu
export def test [] { 'test' }
export def main [] { 'beans' }