You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The original version had an off-by-one error in the line number
(assuming you use the GitHub model of starting lines at 1). Fix this
error, and move to using `enumerate()` instead of tracking the
`count` variable ourselves.
* Add a comment about the exit codes to the help message.
* Increase clarity in variable/argument names.
0 commit comments