Skip to content
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

Implement SliceValue for better list semantics #216

Merged
merged 4 commits into from Sep 17, 2019

Conversation

therealmitchconnors
Copy link
Collaborator

This proposal would supercede #215 and #181 with a more elegant solution. If accepted, SliceValue and ArrayValue would be implemented by all Slice and Array flag value types. This design creates a common interface for these values without corrupting the Value interface, which needs to stay compatible with the Go Flags interface.

@therealmitchconnors
Copy link
Collaborator Author

@eparis @bep, what do you think of this design?

@bep
Copy link
Collaborator

bep commented Aug 26, 2019

I don't know this project good enough to have an opinion.

@therealmitchconnors therealmitchconnors changed the title WIP: Add first SliceValue implementations Implement SliceValue for better list semantics Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants