Skip to content

Add -v/--version flag to ushow and uterm#23

Merged
koldunovn merged 1 commit intomainfrom
add-version-flag
Mar 25, 2026
Merged

Add -v/--version flag to ushow and uterm#23
koldunovn merged 1 commit intomainfrom
add-version-flag

Conversation

@koldunovn
Copy link
Copy Markdown
Collaborator

Summary

  • Adds -v/--version CLI flag to both ushow and uterm, printing ushow 0.1.3 / uterm 0.1.3 and exiting
  • Defines USHOW_VERSION constant in src/us_types.h for centralized version management
  • Updates README usage sections for both tools

Closes #21

Test plan

  • make clean && make compiles without errors
  • ./ushow -v prints ushow 0.1.3
  • ./uterm -v prints uterm 0.1.3
  • ./ushow --version prints ushow 0.1.3
  • ./ushow -h includes -v, --version in help output

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@koldunovn koldunovn merged commit 1c0071e into main Mar 25, 2026
4 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.

Add version with ushow -v

1 participant