Hosted by
 |
Messages
 |  | procedure Debug |  |
 | Print a message to error output, followed by a newline. |  |
|
 |  | procedure Debug2 |  |
 | Print a message to error output, no newline. |  |
|
 |  | procedure Message |  |
 | If not in quiet mode, print the program name (if non-empty) and
the message text to error output, followed by a newline. |  |
|
 |  | procedure Error |  |
 | Print the program name (if non-empty) and the error message text
to error output, followed by a newline. Set exit status to
failure. |  |
|
 |  | procedure Try_Help; |  |
 | Print an error message, telling the user to try --help. |  |
|
 |  | procedure Invalid_Option |  |
 | The option with the given argument is invalid. |  |
|
 |  | procedure Too_Few_Arguments; |  |
 | There are not enough command line options. |  |
|
 |  | type String_Array |  |
 | Unconstrained array of strings. |  |
 |  | procedure User_Friendly |  |
 | Handling for common options like -v and -h. |  |
Param | Type | Description |
|
|
in Description | String_Array |
|
in Parameters_Text | String_Array |
|
in Extra_Options | String_Array |
|
|
|
|
|
|