LLNL/py-hostlist

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

cmoussa1 opened this issue · 1 comments

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

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