PoshCode / ModuleBuilder

A PowerShell Module to help scripters write, version, sign, package, and publish.
MIT License
445 stars 54 forks source link

Fix exporting multiple aliases for a single command #85

Closed Jaykul closed 4 years ago

Jaykul commented 4 years ago

We unroll the alias array and fix the export. Added a regression test to verify the fix