-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
docs: add missing cli flags #3736
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3736 +/- ##
==========================================
+ Coverage 84.78% 84.81% +0.03%
==========================================
Files 92 92
Lines 13139 13139
Branches 2929 2929
==========================================
+ Hits 11140 11144 +4
+ Misses 1535 1531 -4
Partials 464 464 ☔ View full report in Codecov by Sentry. |
What I did
I add all missing CLI flags in the docs. Furthermore, I also add a note due to the patch in #3735. Eventually, I add the missing CLI flag
metadata
.How I did it
Compare the output of
vyper --help
with the documentation here.How to verify it
Run
vyper --help
:Commit message
docs: add missing cli flags
Description for the changelog
docs: Add missing CLI flags.
Cute Animal Picture