PowerShell / PowerShell-IoT

Interact with I2C, SPI & GPIO devices using PowerShell Core!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.IoT
MIT License
130 stars 28 forks source link

Need to change NestedModules to RequiredModules in psd1s for examples #10

Open TylerLeonhardt opened 6 years ago

TylerLeonhardt commented 6 years ago

This is the correct way to specify a dependency. With NestedModules set to Microsoft.PowerShell.IoT, the cmdlets in Microsoft.PowerShell.IoT get exposed in the global scope which isn't clean.