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