Rather than hard coding the offset into the staff list, use a cli parameter that accepts a name and looks that up in the staff list to get the starting offset.
eg. ./generate.js --startWith="David"
Also, change the afternoon and backup offsets to be +4 and +8 from the starting counter.
Rather than hard coding the offset into the staff list, use a cli parameter that accepts a name and looks that up in the staff list to get the starting offset.
eg. ./generate.js --startWith="David"
Also, change the afternoon and backup offsets to be +4 and +8 from the starting counter.