#!/usr/bin/env bun import { parseArgs } from "util"; import { readFileSync, existsSync } from "fs"; const { values, positionals } = parseArgs({ args: process.argv.slice(2), options: { style: { type: "string", default: "apa" }, help: { type: "boolean" }, }, allowPositionals: true, }); if (values.help || positionals.length === 0) { console.log(` Citation Formatter Usage: skills run citation-formatter -- --style