Update 'CLI Reference'

Lucas Schwiderski 2023-03-28 22:24:47 +02:00
parent c3826d710a
commit 2b792d6dfe

@ -201,6 +201,23 @@ dtmt dictionary save
Saves back the currently loaded dictionary, with hashes pre-computed. This is useful after having edited the dictionary file manualy. Saves back the currently loaded dictionary, with hashes pre-computed. This is useful after having edited the dictionary file manualy.
### Migrate
Migrates a mod based on the loose file structure to DTMT's structure.
```
Usage: dtmt migrate [OPTIONS] <mod-file> <directory>
Arguments:
<mod-file> The path to the mod's '<id>.mod' file.
<directory> The directory to create the mod in. Within this directory, DTMT will create a new folder named after the mod ID and migrate files into that folder.
Options:
--dict <dictionary> Path to a dictionary file CSV format used to look up pre-computed murmur hashes.
Will default to `dictionary.csv` in the current directory. [default: dictionary.csv]
-h, --help Print help
```
### Murmur ### Murmur
A collection of commands to operate on Murmur hashes. A collection of commands to operate on Murmur hashes.