From 3b4ff02147e907790ab867e21194fca7a41187d8 Mon Sep 17 00:00:00 2001 From: Tokoeka Date: Wed, 31 Jan 2024 10:38:35 +0000 Subject: [PATCH] update debug options --- README.md | 2 +- src/main.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c715269..2f32290 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ keeping-tabs-coinmaster: coinid1=itemid1 keeping-tabs-coinmaster: coinid2=itemid2 ``` -It is recommended that you run `keeping-tabs debug coinmaster` after adding a collection to verify it is registered and is the item you expect. +It is recommended that you run `keeping-tabs debug coinmasters` after adding a collection to verify it is registered and is the item you expect. ## Running diff --git a/src/main.ts b/src/main.ts index 8628011..5955aa0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -85,6 +85,9 @@ function help(mode: "execute" | "debug") { print(`keeping-tabs debug [command]`, HIGHLIGHT); print(`alias - print all parsed aliases from notes`); print(`collections - print all item target collections from notes`); + print( + `coinmasters - print all coinmaster items, target items (and best option based on mall price) from notes` + ); break; } }