We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e72c8 commit 2833845Copy full SHA for 2833845
README.md
@@ -4,13 +4,12 @@ Scripts for counting ballots and runoff with the star.vote ballot record.
4
Calculates the total votes for each candidate, no runoff.
5
6
## Arguments:
7
- -h, --help show this help message and exit
+ -h, --help
8
+ show this help message and exit
9
10
-I INPUT, --input INPUT
-
11
- Path to the input .csv from star.vote. (eg. ~/Desktop/starvoting_ballots_1234678_20210414010104.csv)
+ Path to the input .csv from star.vote. (eg. ~/Desktop/starvoting_ballots_1234678_20210414010104.csv)
12
13
14
-O OUTPUT, --output OUTPUT
15
16
- Path to the output file (eg. ~/Desktop/totalvotes.csv)
+ Path to the output file (eg. ~/Desktop/totalvotes.csv)
0 commit comments