This website requires JavaScript.
Explore
Help
Sign In
Public
/
nushell
Watch
1
Star
0
Fork
0
You've already forked nushell
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,483
Commits
7
Branches
101
Tags
92
MiB
b822e13f12
Commit Graph
3 Commits
Author
SHA1
Message
Date
est31
c87fa14fc8
Replace crate visibility identifier with pub(crate)
...
Result of running: find src -name *.rs -exec sed -i 's/crate /pub(crate) /g' {} \;
2019-08-29 13:09:09 +02:00
Jonathan Turner
c231dd32cd
Multi shells (
#254
)
...
Add multi-shells
2019-08-08 05:49:11 +12:00
Yehuda Katz
8f3b273337
objectshell initial commit
2019-05-10 09:59:12 -07:00