Skip to content

Commit 1f7c563

Browse files
committed
txt for help option
1 parent fa390bc commit 1f7c563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/analyzer/options.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use structopt::StructOpt;
33
#[derive(StructOpt, Debug)]
44
#[structopt(name = "codeprints-analyzer")]
55
pub enum Command {
6+
/// Run the analyzer and generate json summary of contributions
67
Run {
78
/// Limit the commits output to ones with author header lines
89
/// that match the specified pattern.
@@ -24,5 +25,6 @@ pub enum Command {
2425
#[structopt(alias = "since", long)]
2526
after: Option<String>,
2627
},
28+
/// Merge all codeprints*.json to one file named codeprints_merged.json
2729
Merge {},
2830
}

0 commit comments

Comments
 (0)