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
2b5cc63118
nushell
/
crates
/
nu-command
/
src
/
filesystem
/
mod.rs
6 lines
49 B
Rust
Raw
Normal View
History
Unescape
Escape
Add simple cd
2021-10-02 22:16:37 +02:00
mod
cd
;
moved commands
2021-09-29 20:25:05 +02:00
mod
ls
;
Add simple cd
2021-10-02 22:16:37 +02:00
pub
use
cd
::
Cd
;
moved commands
2021-09-29 20:25:05 +02:00
pub
use
ls
::
Ls
;
Reference in New Issue
Copy Permalink