UNPKG

@schemifyjs/cli

Version:
8 lines (7 loc) 247 B
import { CLIArgumentParser } from './cli-argument-parser.js'; import { checkForUpdate } from './utils/check-update.js'; export async function runCLI() { checkForUpdate(); const parser = new CLIArgumentParser(); await parser.parse(); }