Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Oct 1, 2024
1 parent 28ab37f commit 5523fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ enum Commands {
#[arg(short, long, default_value = "stats")]
output_prefix: String,

/// Column to sort the row and column statistics by (e.g., "Sum", "Mean", "Variance")
/// Column to sort the row and column statistics by
/// Can be one of: NonZeroCount, Sum, Mean, Variance, StdDev, Min, Max
#[arg(short, long)]
sort_by: Option<String>,
},
Expand Down

0 comments on commit 5523fb8

Please sign in to comment.