This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2024-12-30 15:03:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fedd879b2e
nushell
/
tests
/
modules
/
samples
/
spam
/
mod.nu
6 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
Fix exported module not found (#9121)
2023-05-06 20:55:10 +00:00
export module eggs.nu
Allow creating modules from directories (#9066)
2023-05-06 18:39:54 +00:00
export def main [] { 'spam' }
export def baz [] { 'spambaz' }
Reference in a new issue
Copy permalink