[W4] Lab 3
For Lab 3, I made some changes for my CLI tool, detectURL. 1. I made my program to exit with the right exit code (0, 1, or 3) 2 I made my program to support 3 flags, --all, --bad, and --good. I first created Issue #5 and Issue #6 as the Lab's requirement. Then I created a new branches from master by using the command: git checkout -b issue-5 I made the changes which are: b5224c and 9869105 I merged each of the commit to the master branch and pushed the master branch to GitHub. Now it supports 3 new flags and if you check the exit code after execution, it will have different exit codes for different scenarios.