Skip to content

v0.1.9

Choose a tag to compare

@shreyas-lyzr shreyas-lyzr released this 03 Apr 03:05
· 15 commits to main since this release

Hotfix

  • fix: duplicate requiredOption crash — v0.1.8 shipped with duplicate .requiredOption('-f, --format') in export and --from in import commands, causing Commander to throw on startup. Fixed by merging into single option with all formats listed.
  • fix: broken switch fallthroughcase 'codex' was placed after default: with no break, causing unknown formats to fall through into the codex handler instead of erroring.

Fixes #53