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

NameAliasDescriptionRequired?Default
--output-oThe desired output pathThe 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