diff --git a/CLI-Reference.md b/CLI-Reference.md index 2945d08..7775412 100644 --- a/CLI-Reference.md +++ b/CLI-Reference.md @@ -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. +### Migrate + +Migrates a mod based on the loose file structure to DTMT's structure. + +``` +Usage: dtmt migrate [OPTIONS] + +Arguments: + The path to the mod's '.mod' file. + 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 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 A collection of commands to operate on Murmur hashes.