-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support overriding behavior hint in argument helptext #161
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
=======================================
Coverage 99.70% 99.70%
=======================================
Files 24 24
Lines 2035 2040 +5
=======================================
+ Hits 2029 2034 +5
Misses 6 6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks good. I wonder if it's possible to achieve:
A cent on implementation of the two feature requests:
|
Great!
Do you have concrete/example use cases for this? The maintenance burden here is small so I could entertain this if it's useful enough, but I'm not a fan of the substring replacement from an API perspective. One other option is |
I also like this idea! It looks very neat and familiar.
This would help if the user is passing in a default value with a |
cc #159