forked from extern/nushell
add format filesize (#5498)
* add format filesize * add comment * add comment * remove comment
This commit is contained in:
@ -162,6 +162,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Decode,
|
||||
DetectColumns,
|
||||
Format,
|
||||
FileSize,
|
||||
Parse,
|
||||
Size,
|
||||
Split,
|
||||
|
Reference in New Issue
Block a user