-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Reworking value source API #1760
Conversation
in prep for urfave/cli-altsrc re-integration
@meatballhat When you say "reintegration with altsrc" do you mean just have the API compatible with altsrc or actually pulling the alstrc codebase back into this repo ? |
@dearchap I definitely do not mean bringing the altsrc codebase back here 😅 I'll update the description 👍🏼 |
What type of PR is this?
What this PR does / why we need it:
Reworking the "flag value source" API in prep for ensuring urfave/cli-altsrc can be easily used with
urfave/cli/v3
by:fmt.Stringer
andfmt.GoStringer
interfacesLookup
to mimic stdlib semantics such asos.Lookup
Connected to #1531