We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957094 commit f485fa4Copy full SHA for f485fa4
core/commands/files/files.go
@@ -87,6 +87,7 @@ var FilesStatCmd = &cmds.Command{
87
fmt.Fprintf(buf, "Size: %d\n", out.Size)
88
fmt.Fprintf(buf, "CumulativeSize: %d\n", out.CumulativeSize)
89
fmt.Fprintf(buf, "ChildBlocks: %d\n", out.Blocks)
90
+ fmt.Fprintf(buf, "Type: %s\n", out.Type)
91
return buf, nil
92
},
93
0 commit comments