This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a7e8970383
nushell
/
tests
/
modules
/
samples
/
spam
/
mod.nu
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix exported module not found (#9121)
2023-05-06 22:55:10 +02:00
export module eggs.nu
Allow creating modules from directories (#9066)
2023-05-06 20:39:54 +02:00
export def main [] { 'spam' }
export def baz [] { 'spambaz' }
Reference in New Issue
Copy Permalink