LLNL / py-hostlist

hostlist utility implemented in python
MIT License
6 stars 2 forks source link

Add functionality to diff() function to take in arbitrary number of arguments #5

Closed cmoussa1 closed 6 years ago

cmoussa1 commented 6 years ago

Lua's hostlist can accept multiple hostlists to be subtracted from one hostlist, so let's add this functionality into the Python implementation.

cmoussa1 commented 6 years ago

Functionality has been added, as well as update documentation to reflect it!