Hosted by
 |
User_Interface
 |  | 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. |  |
|
 |  | procedure Too_Many_Arguments; |  |
 | There are too many command line options. |  |
|
 |  | procedure Start |  |
 | Handling for common options like -v and -h. |  |
Param | Type | Description |
|
|
|
in Parameters_Text | String |
|
|
|
|
|
|
|