Function
hideOption
Hides the ArgParseOption from the help screen.
Hides the ArgParseOption defined by the parameter name (which can be either the short or the long name) from the help screen.
hideOption(option [, hide])
hideOption(parser, optionName [, hide])
Include Headers
seqan/arg_parse.h
Parameters
option
The ArgParseOption object.
hide
The new visibility of the option. Default is false.
The new visibility of the option. Default is false.
Types: bool, bool
parser
The ArgumentParser object.
optionName
The identifier of the command line option.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:32