RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Rename $global:options to something unlikely to clash with other modules #43

Closed pmcevoy closed 5 years ago

pmcevoy commented 5 years ago

Raised in https://github.com/RamblingCookieMonster/RabbitMQTools/issues/41 rename usage of $global:options in TabExpansion.ps1 to reduce chance of clash with other modules usage of global

RamblingCookieMonster commented 5 years ago

Hiyo! LGTM at a glance - does it work for you? If so will merge this in - thanks!

pmcevoy commented 5 years ago

Y - works for me - it's a simple rename of that options variable to avoid clashing with other modules usage of $global

RamblingCookieMonster commented 5 years ago

Alrighty, merging, thanks!