-
Notifications
You must be signed in to change notification settings - Fork 85
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
prevent reordering with cluset -e
#410
Comments
I suppose a more useful example would be: $ cluset -e wolf-100vm3,wolf-[122-129]
wolf-122 wolf-123 wolf-124 wolf-125 wolf-126 wolf-127 wolf-128 wolf-129 wolf-100vm3 to demonstrate why I want to use |
And would you expect from the following command?
|
The existing behaviour for that is fine:
So generally speaking I would say expanding left to right, maintaining order, suppressing any duplicates along the way. |
That's not exactly my example :). In my example, the elements are not ordered. (120 comes after 122). |
An option to not reorder the list would be useful as It could be that particular positions in the list (i.e. first, last, etc. are meaningful and that they should remain where they were in the input.
The text was updated successfully, but these errors were encountered: