PSModule / Build-PSModule

Action that is used to build a PowerShell module.
https://psmodule.io
MIT License
2 stars 0 forks source link

🚀[Feature]: Fix collection and manifest entry of aliases to export. #51

Closed MariusStorhaug closed 2 months ago

MariusStorhaug commented 6 months ago

Description

Should gather aliases from functions that are in the "public" folder regardless of how they are added.

[Alias()] Set-Alias New-Alias

MariusStorhaug commented 2 months ago

This is fixed by analyzing the built module. So closing as done as the feature is there, even though it might not be ideal.