Lzzzt

Results 4 issues of Lzzzt

Add a cli option that show file size in bytes rather than KB or MB, etc. solve the #1236.

refact this function without using BoxedFuture. Just use a Vec as Stack to simulate the recursive process

# Which issue does this PR close? Closes #4888 # What changes are included in this PR? mentioned in #4888 # Are there any user-facing changes? No

releases-note/refactor

### Feature Description Since the `CompleteAccessor` stores the metadata, and `Access::info` return the `Arc`, we can move logic from `fn metadata(&self) -> Arc` to `impl Layer for CompleteLayer` to avoid...

enhancement
core