Update 'CLI Reference'
parent
c3826d710a
commit
2b792d6dfe
1 changed files with 17 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue