-
Notifications
You must be signed in to change notification settings - Fork 305
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
Fix wrong version help string in pyflyte register
#1056
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
pyflyte register
@fg91 can you dco sign off? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1056 +/- ##
=======================================
Coverage 86.50% 86.50%
=======================================
Files 267 267
Lines 24795 24795
Branches 2787 2787
=======================================
Hits 21450 21450
Misses 2868 2868
Partials 477 477 ☔ View full report in Codecov by Sentry. |
The `click.option("-v", "--version", ..)` currently has the help string from `@click.option("--service-account", ...)`. Signed-off-by: fg91 <[email protected]>
@pingsutw could you please merge? |
Congrats on merging your first pull request! 🎉 |
Merged, thank you |
TL;DR
The
click.option("-v", "--version", ..)
currently has the help string from@click.option("--service-account", ...)
.Type
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA
OR
https://github.com/flyteorg/flyte/issues/