compile
The ODict compile command accepts a path to an ODict XML (ODXML) file and outputs a compiled .odict file.
Usage
odict compile [flags] [path to XML dictionary]
Flags
| Name | Alias | Description | Required? | Default |
|---|---|---|---|---|
--output | -o | The desired output path | ❌ | The current directory and filename |
Example
# Both of these will generate eng.odict in the current directory
odict compile ./eng.xml
odict compile -o ./eng.odict ./eng.xml