From 2b792d6dfe9e998a29cf51b7f84714c19c894489 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Mar 2023 22:24:47 +0200 Subject: [PATCH] Update 'CLI Reference' --- CLI-Reference.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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.