libsim  Versione7.2.3

◆ optionparser_add_sep()

subroutine, public optionparser_class::optionparser_add_sep ( type(optionparser), intent(inout)  this,
character(len=*)  help 
)

Add a new separator option, with a text.

This is a dummy option that inserts a separator line with a text within the list of options when the help is printed. It is useful to insert a visual separator between options or an explanation which is not associated with a specific options but applies to all the subsequent options. The text provided will be formatted into many lines if necessary. Any number of separator options can be added within the option list; they have no effect on the interpretation of the options associated with the optionparser object.

Parametri
[in,out]thisoptionparser object
helpthe help message that will be formatted and pretty-printed on screen

Definizione alla linea 1507 del file optionparser_class.F90.


Generated with Doxygen.