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

Support for intersection and union #1

Open
freb opened this issue Jul 7, 2018 · 0 comments
Open

Support for intersection and union #1

freb opened this issue Jul 7, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@freb
Copy link
Contributor

freb commented Jul 7, 2018

Currently only a single argument or input is permitted, either via stdin or arg. We should support arbitrarily many inputs (stdin, plug any number of args) and be able to perform intersection and union on them.

Union is basically already supported and is what you get when you just join two parameters with a comma. But intersection would be helpful for comparing lists.

Complement could also be helpful, where you are looking for the elements in one set that are not in another set.

@freb freb added the enhancement New feature or request label Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant