mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 11:49:56 +00:00
10 lines
512 B
Text
10 lines
512 B
Text
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
|
|
option "loadcells" C "Browse through contents of all cells." optional
|
|
|
|
text "\nIf no option is given, the default action is to parse all records in the archive and display diagnostic information."
|