Skip to content
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

added 'next_rails' exe to support cli option for version #38

Merged
merged 1 commit into from
Apr 3, 2022

Conversation

rishijain
Copy link
Collaborator

Closes #15

Description:

There are a few executables or command-line options already present for example bundle_report, deprecations, next,
but none of them really reflects the whole gem as such.

So I have added a new executable called next_rails and we can use it like next_rails --version.
This is a general convention followed by libraries that provide options like version,
for ex: puma gem provides puma --version as a command-line option.

I have also updated the READme so the documentation covers the mention of this new option.

I will abide by the code of conduct.

@bronzdoc bronzdoc merged commit acd96dd into fastruby:main Apr 3, 2022
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 support for version output for the command line tool
2 participants