Skip to content

Commit

Permalink
update debug options (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Tokoeka <[email protected]>
  • Loading branch information
Tokoeka and Tokoeka authored Jan 31, 2024
1 parent 98ae816 commit 5aec801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 5aec801

Please sign in to comment.