v1 ready for publish
This commit is contained in:
@@ -2,6 +2,7 @@ import { forceArgs } from "../cli/forceArgs.ts";
|
||||
import { cliAlert, cliLog } from "../cli/prompts.ts";
|
||||
import { colorize } from "../cli/style.ts";
|
||||
import type { TerminalBlock } from "../cli/TerminalLayout.ts";
|
||||
import type { ITool } from "../types.ts";
|
||||
import { loadPdfForm } from "../util/saveLoadPdf.ts";
|
||||
|
||||
function getCaseSyntaxPatternByFileExtension(
|
||||
@@ -33,7 +34,7 @@ class CheckCode implements ITool {
|
||||
[pdfPath, codePaths] = await forceArgs([pdfPath, codePaths], [
|
||||
"Please provide path to PDF file:",
|
||||
"Please provide path(s) to code file(s) (comma separated for multiple):",
|
||||
]);
|
||||
], this.block);
|
||||
|
||||
const form = await loadPdfForm(pdfPath);
|
||||
|
||||
|
Reference in New Issue
Block a user