add format filesize (#5498)

* add format filesize

* add comment

* add comment

* remove comment
This commit is contained in:
WindSoilder
2022-05-10 19:35:14 +08:00
committed by GitHub
parent e4959d2f9f
commit 8030f7e9f0
5 changed files with 173 additions and 24 deletions

View File

@ -162,6 +162,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Decode,
DetectColumns,
Format,
FileSize,
Parse,
Size,
Split,