Skip to content

feat: add CLI version flag#31

Merged
Waishnav merged 1 commit into
mainfrom
codex/issue-30-version-flag
Jun 23, 2026
Merged

feat: add CLI version flag#31
Waishnav merged 1 commit into
mainfrom
codex/issue-30-version-flag

Conversation

@Waishnav

Copy link
Copy Markdown
Owner

Summary

  • add top-level -v, --version, and version handling to print the installed package version
  • document the version flag in CLI help
  • add subprocess coverage for both requested flags

Closes #30

Tests

  • npm run typecheck
  • npm test
  • npm run build
  • node dist/cli.js -v

@Waishnav Waishnav marked this pull request as ready for review June 23, 2026 15:19
@Waishnav Waishnav merged commit c3d5344 into main Jun 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add -v/--version flags to check the current installed version

1 participant