nu 0.112.2

A new type of shell
1
2
3
4
5
6
export module foo.nu
export module beans

export def test [] { 'test' }

export def main [] { 'bacon' }