Skip to content

fix(cli): add --version flag#138

Merged
fohte merged 2 commits intomainfrom
fohte/version-cli
Mar 2, 2026
Merged

fix(cli): add --version flag#138
fohte merged 2 commits intomainfrom
fohte/version-cli

Conversation

@fohte
Copy link
Owner

@fohte fohte commented Mar 2, 2026

Why

  • The CLI had no way to display its version, making it impossible for users to check which version they are running

What

  • Display version information via --version / -V flags

Open with Devin

The CLI had no way to display its version, making it difficult for
users to check which version they are running.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses a missing feature in the runok command-line interface by enabling the display of its version information. This enhancement improves user experience by providing a standard way to query the application's version, which is crucial for debugging and support.

Highlights

  • CLI Versioning: Implemented the --version and -V flags for the runok CLI, allowing users to easily check the installed application version.
Changelog
  • src/cli/mod.rs
    • Added the version attribute to the clap::command macro for the Cli struct.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a --version flag to the CLI, which is a useful feature for users to identify the version of the tool they are running. The implementation is correct, using clap's built-in version attribute. My review includes a suggestion to add an end-to-end test to verify this new flag and prevent future regressions.

Verify that `--version` outputs the version string from Cargo.toml,
as suggested by Gemini Code Assist review.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@fohte fohte merged commit a284a3b into main Mar 2, 2026
4 checks passed
@fohte fohte deleted the fohte/version-cli branch March 2, 2026 15:17
@fohte-bot fohte-bot bot mentioned this pull request Mar 2, 2026
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.99%. Comparing base (f9d0a5e) to head (1aa784c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   89.98%   89.99%   +0.01%     
==========================================
  Files          31       31              
  Lines        6469     6469              
==========================================
+ Hits         5821     5822       +1     
+ Misses        648      647       -1     
Flag Coverage Δ
Linux 89.80% <ø> (+0.01%) ⬆️
macOS 91.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant