0.1.1 documentation comments
This commit is contained in:
parent
fc4063c13b
commit
3646593258
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vote-counter"
|
name = "vote-counter"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "An opinionated single transferrable vote counter for the command line."
|
description = "An opinionated single transferrable vote counter for the command line."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
2
makefile
2
makefile
@ -1,2 +1,2 @@
|
|||||||
all:
|
all:
|
||||||
cargo run --release sample.csv --threshold 0.5
|
cargo run --release sample.csv --report
|
||||||
|
@ -13,7 +13,6 @@ use clap::Parser;
|
|||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[clap(author, version)]
|
#[clap(author, version)]
|
||||||
/// Stores the command line arguments.
|
|
||||||
struct Args {
|
struct Args {
|
||||||
/// Path to the CSV containing the ballots.
|
/// Path to the CSV containing the ballots.
|
||||||
#[clap()]
|
#[clap()]
|
||||||
|
Loading…
Reference in New Issue
Block a user