Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Inspect = &charm.Spec{
Name: "inspect",
Usage: "inspect [flags] file",
Short: "look at info in a zst file",
Long: `
The inspect command extracts information from a zst file.
This is mostly useful for test and debug, though there may be interesting
uses as the zst format becomes richer with pruning information and other internal
aggregations about the columns and so forth.
The -R option (on by default) sends the reassembly records to the output while
the -trailer option (off by defaulut) indicates that the trailer should be included.
`,
New: newCommand,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.