1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00
OpenMW/esm/tests/esmtool.ggo

10 lines
433 B
Plaintext
Raw Normal View History

2010-02-19 09:12:49 +01:00
package "esmtool"
version "1.0"
purpose "Inspect and extract from Morrowind ES files (ESM, ESP, ESS)"
args "--unamed-opts=ES-FILE -F esmtool_cmd -G"
option "raw" r "Show an unformattet list of all records and subrecords" optional
option "quiet" q "Supress all record information. Useful for speed tests." optional
2010-02-19 09:12:49 +01:00
text "\nIf no option is given, the default action is to parse the entire archive and diplay diagnostic information."