pdf-tools/main.ts
Emma 0f9c377853 change: selects now use inputmanager
fix: bad exit logic
feat: field rename now supports renaming things with multiple widgets
2025-05-27 12:44:45 -06:00

11 lines
215 B
TypeScript

/// <reference types="./types.ts" />
import { PdfToolsCli } from "./cli/index.ts";
// import { log } from "util/logfile.ts";
// try {
const app = new PdfToolsCli();
app.run();
// } catch (e) {
// // log(e);
// }