Skip to content

feat: add --version flag for op-rbuilder #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

estensen
Copy link

📝 Summary

Output op-builder version, not reth version

💡 Motivation and Context

Resolves #550

Before

cargo run -p op-rbuilder --bin op-rbuilder -- --version
...
reth-optimism-cli Version: 1.3.4-dev
Commit SHA: 90c514ca818a36eb8cd36866156c26a4221e9c4a
Build Timestamp: 2025-04-06T12:58:42.729418000Z
Build Features: jemalloc
Build Profile: debug

After

cargo run -p op-rbuilder --bin op-rbuilder -- --version
...
op-rbuilder 0.1.0

Could consider outputting more than just the version.

✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@Copilot Copilot AI review requested due to automatic review settings April 10, 2025 16:44
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

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 flag for op-rbuilder
1 participant