updates checkCode to new framework

This commit is contained in:
2025-05-02 01:11:15 -06:00
parent 26b7089cc2
commit 03a1e3ed21
6 changed files with 128 additions and 51 deletions

View File

@@ -87,8 +87,8 @@ class RenameFields implements ITool {
this.block = block;
}
help(standalone = false) {
cliAlert(
async help(standalone = false) {
await cliAlert(
"Usage: rename-fields <pdfPath> <pattern> <change>\n",
standalone ? undefined : this.block,
);