If the user repeats a command-line option, such as -b BBC -b Cuba, this will not match both broadcasters. The likely although not guaranteed behavior is that only the last broadcaster will be matched. Consider checking for this condition and logging an error if found.
If the user repeats a command-line option, such as
-b BBC -b Cuba
, this will not match both broadcasters. The likely although not guaranteed behavior is that only the last broadcaster will be matched. Consider checking for this condition and logging an error if found.