Compare tsdown CLI options with vp pack and sync any new or removed options. Use when tsdown is upgraded or when you need to check for CLI option drift between tsdown and vp pack.
Compare the upstream tsdown CLI options with vp pack (defined in packages/cli/src/pack-bin.ts) and sync any differences.
npx tsdown --help from packages/cli/ to get tsdown's current CLI optionspackages/cli/src/pack-bin.ts to see vp pack's current optionspack-bin.ts using the existing cac .option() patternpack-bin.ts -- instead add a code comment like // NOTE: removed from tsdown CLI in vX.Y.Z above the option so reviewers can decide whether to follow up-c, --config is intentionally commented out (vp pack uses vite.config.ts)--env-prefix has a different default (['VITE_PACK_', 'TSDOWN_'])pnpm --filter vite-plus build-ts and vp pack -hpackages/cli/snap-tests/ to verify the new option works correctly