A catch all handleHelpFlag() function has currently been used across all commands to search for a -h | --help flag. However, as the project has progressed and become more complex, the need for single instance checks for a -h | --help flag for each command will make usage and testing more flexible.