Skip to content

v0.0.66

Choose a tag to compare

@github-actions github-actions released this 02 Aug 16:33
· 5 commits to main since this release
4214d8b

Patch Changes

  • ca40ed2: Refactor CLI to use @stricli/core instead of arg

    Replaced manual argument parsing with arg package with @stricli/core for better type safety and CLI structure. This is an internal refactoring that maintains backward compatibility - all existing CLI flags and commands work exactly as before.