Skip to content

Commit 2512f6c

Browse files
committed
unbold
1 parent b969fdc commit 2512f6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ Run the executable as follows:
1111
<b>mark-processor.exe [-f filename] [-n nunits] [-e exclude] [-i restrict] [-o output]</b>
1212

1313
filename: The path to the input CSV file
14+
1415
nunits: The number of units to include while marking
16+
1517
exclude: The name of any student(s) that you want to exclude from the output. For example, -e tyler would exclude any student whose name that has "tyler" in it.
18+
1619
restrict: The opposite of exclude...only students whose names match restrict are output. Meaning, -i tyler would exclude every student whose name <b>doesn't</b> have "tyler" in it.
20+
1721
output: The path to the output CSV file (doesn't have to exist, but will overwrite if it does).
1822

1923
The first 2 columns are the student's last and first name.

0 commit comments

Comments
 (0)