Skip to content

Commit f485fa4

Browse files
committed
add type to stat printed output
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 1957094 commit f485fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/commands/files/files.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ var FilesStatCmd = &cmds.Command{
8787
fmt.Fprintf(buf, "Size: %d\n", out.Size)
8888
fmt.Fprintf(buf, "CumulativeSize: %d\n", out.CumulativeSize)
8989
fmt.Fprintf(buf, "ChildBlocks: %d\n", out.Blocks)
90+
fmt.Fprintf(buf, "Type: %s\n", out.Type)
9091
return buf, nil
9192
},
9293
},

0 commit comments

Comments
 (0)