We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf942a commit 0efda4aCopy full SHA for 0efda4a
1 file changed
src/cmd/stats.rs
@@ -39,6 +39,7 @@ impl Display for StatsFormat {
39
}
40
41
42
+/// Print collection stats.
43
pub fn print_stats(directory: Option<String>, format: StatsFormat) -> Fallible<()> {
44
let stats = get_stats(directory)?;
45
// Print.
0 commit comments