The following commands can are provided by the shell application in the _Main.java_ class. To use a command, the command simply has to be entered and confirmed with the return key. Options (mandatory or not) have to be added after the command and a blank space, with the option name (starting with "--") and followed by a blank space and the option value.
The following commands can are provided by the shell application in the _Main.java_ class. To use a command, the command simply has to be entered and confirmed with the return key. Options (mandatory or not) have to be added after the command and a blank space, with the option name (starting with "--") and followed by a blank space and the option value. Within the tool, an overview of all commands can be requested with the command **help**.
1. Read in an HPnG model file in XML format: **read**
1. Read in an HPnG model file in XML format: **read**
- Mandatory option **--p** _filepath_: String containing the file path of the xml file.
- Mandatory option **--p** _filepath_: String containing the file path of the xml file.