fix: bad exit logic feat: field rename now supports renaming things with multiple widgets
11 lines
215 B
TypeScript
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);
|
|
// }
|