This commit is contained in:
EthanShoeDev
2025-09-15 23:03:59 -04:00
parent 1bde6fa8a2
commit db5eb2ff8d
15 changed files with 415 additions and 315 deletions

View File

@@ -3,7 +3,7 @@
*/
import * as fsp from 'fs/promises';
import * as path from 'path';
import { command, run, option, oneOf, boolean, flag } from 'cmd-ts';
import { boolean, command, flag, oneOf, option, run } from 'cmd-ts';
import { z } from 'zod';
import packageJson from '../package.json' with { type: 'json' };
import { cmd } from './script-lib';