mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
refactor: move du from platform to filesystem (#11852)
# Description `du` command shouldn't belong to `platform`, so I think we should move it to `filesystem` directory
This commit is contained in:
@ -21,6 +21,7 @@ mod default;
|
||||
mod detect_columns;
|
||||
mod do_;
|
||||
mod drop;
|
||||
mod du;
|
||||
mod each;
|
||||
mod echo;
|
||||
mod empty;
|
||||
|
@ -1,3 +1,2 @@
|
||||
mod ansi_;
|
||||
mod du;
|
||||
mod kill;
|
||||
|
Reference in New Issue
Block a user