Skip to content

Add test for '--help' option

Jeremy Soller requested to merge chrisvittal:bootstrap-help into master

Created by: chrisvittal

Noticed that full help option was missing, added it.

Problem: --help did not display help message even though usage output said it should.

Solution: Add check for --help option

Merge request reports