From 4bda5e7a243ad50a9762f109c00439305dca2562 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 15 Apr 2022 08:52:19 -0700 Subject: [PATCH] Added info about '--batch-data' and '--batch-numbers' --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b9123d..396163d 100644 --- a/README.md +++ b/README.md @@ -752,7 +752,7 @@ There are two mandatory arguments that you need to run this script from the term This argument tells Blend_My_NFTs which operation you want to perform. - `--operation` or `-o` with one of the following three options afterwards: + `--operation` with one of the following three options afterwards: ``` create-dna generate-nfts @@ -760,11 +760,23 @@ There are two mandatory arguments that you need to run this script from the term ``` There are also additional optional arguments that you can use: - - Change save location + - Change Save Location This argument takes priority over the save path indicated in `config.cfg`. - `--save-path` or `-s` + `--save-path` + + - Change Batch Number + + This argument takes priority over the batch number specified in `config.cfg`. + + `--batch-number` + + - Use Batch Data in a non standard location + + Use batch data from a separate folder rather than the folder Blend My NFTs uses by default. + + `--batch-data` You can also view this information from your terminal/command line by running: