From ac2496771693deccae9e82dc009203381d167646 Mon Sep 17 00:00:00 2001 From: nicklvsa Date: Wed, 23 Oct 2024 11:11:49 -0400 Subject: [PATCH] update estimate-cu flags list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb5c259..442ab9a 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,8 @@ See https://docs.mapbox.com/help/glossary/compute-unit/ for more information. Flags: - `-s` or `--sources` [optional]: Local path to the sources that your recipe points at. This is highly recommeneded. - `-b` or `--num-bands` [optional]: The number of bands you expect your recipe to select across all layers. This is recommended. +- `--minzoom` [optional]: Use this flag if your recipe does not contain a minzoom value. +- `--maxzoom` [optional]: Use this flag if your recipe does not contain a maxzoom value. - `--raw` [optional]: This will toggle the pretty print output. Usage