Skip to content

Commit

Permalink
txt for help option
Browse files Browse the repository at this point in the history
  • Loading branch information
woolfg committed Mar 11, 2021
1 parent 74fe53a commit ca4cac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/analyzer/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use structopt::StructOpt;
#[derive(StructOpt, Debug)]
#[structopt(name = "codeprints-analyzer")]
pub enum Command {
/// Run the analyzer and generate json summary of contributions
Run {
/// Limit the commits output to ones with author header lines
/// that match the specified pattern.
Expand All @@ -24,5 +25,6 @@ pub enum Command {
#[structopt(alias = "since", long)]
after: Option<String>,
},
/// Merge all codeprints*.json to one file named codeprints_merged.json
Merge {},
}

0 comments on commit ca4cac5

Please sign in to comment.