proxb / PoshRSJob

Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
MIT License
542 stars 87 forks source link

Readme.md doesn't reference: Latest Updates to PoshRSJob #30

Closed vercellone closed 9 years ago

vercellone commented 9 years ago

The README.md references Introducing PoshRSJob as an Alternative to PowerShell Jobs for more information and examples, but neither location mentions Latest Updates to PoshRSJob.

This tripped me up when I tried to use -ArgumentList and a Param() block based on your initial post. In hindsight, $Using with no Param() block makes more sense. But, it would be helpful to newcomers to highlight the updates.

proxb commented 9 years ago

Thanks for the heads up I've updated the ReadMe to reference my more recent post highlighting the new features of PoshRSJob.