Method parameter annotated with OptionFlag defines an option flag for the associated command. The enclosing method
must be annotated with Command annotation. An OptionFlag a boolean parameter represented with a single char on
command line e.g. -a
Multiple option flags can be combined together e.g. -xvf
Created by Joe on 11/14/2015.