Public Member Functions | |
| subroutine | dcargshelpmsg0 (arg, category, msg) |
Definition at line 307 of file dc_args.f90.
| subroutine dc_args::dcargshelpmsg::dcargshelpmsg0 | ( | type(args), intent(inout) | arg, |
| character(*), intent(in) | category, | ||
| character(*), intent(in) | msg | ||
| ) |
Add help message
Adds a message to be displayed when using subroutine DCArgsHelp. Messages with category set to "Title", "Overview", or "Usage" are displayed above "Options", while others are displayed below. Give the message to msg.
By specifying any of '-h', '-H', '–help' options in command line arguments, the message given by HelpMsg and the list of options are displayed to standard output.
| [in,out] | arg | ARGS derived type variable |
| [in] | category | Category name ("Title", "Overview", "Usage", etc.) |
| [in] | msg | Help message to add |
Definition at line 939 of file dc_args.f90.