Subj : update doorscan to work with current synchronet To : GitLab note in main/sbbs From : Deuce Date : Mon Jan 25 2021 11:56 pm https://gitlab.synchro.net/main/sbbs/-/merge_requests/79#note_1366 There's a lot of why there... why make command-line parsing more limited and harder to extend, why check the truthiness of argv[0] and arv[1] rather than checking if they exist, why hard-code argument numbers when it previously wasn't, etc. Previously, argv of ["run", "scan"] never executed the doScan() function as i was incremented when run was parsed. .