-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add solana_clap_utils::hidden_unless_forced() #30843
Conversation
Co-authored-by: mvines <mvines@gmail.com>
@mvines thanks a lot. :) |
Codecov Report
@@ Coverage Diff @@
## master #30843 +/- ##
=========================================
- Coverage 81.5% 81.5% -0.1%
=========================================
Files 723 723
Lines 203473 203577 +104
=========================================
+ Hits 165922 165935 +13
- Misses 37551 37642 +91 |
Seems unlikely that most engs will know or remember to do this when adding a new |
yeah, i'll do manual audit for any in-flight |
Problem
There's no nice way to forcibly expose all hidden args of CLI. It's desirable to see all sometimes for dev purpose.
Summary of Changes
Sneakily introduce such a mechanism
context: spin off from https://github.com/solana-labs/solana/pull/30746/files#r1140313895