Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
168 stars 43 forks source link

Add all public functions as FunctionsToExport #179

Closed Stephanevg closed 5 years ago

Stephanevg commented 5 years ago

Subject of the issue

Add all public functions as FunctionsToExport.

Steps to reproduce

Tell us how to reproduce this issue.

Expected behaviour

Shouldn't say anything.

Actual behaviour

WARNING: This module 'C:\Users\plop\AppData\Local\Temp\616472127\PSHTML\PSHTML.psd1' has exported functions. As a best practice, include exported functions in the module manifest file(.psd1). You can run
Update-ModuleManifest -FunctionsToExport to update the manifest with ExportedFunctions field.
Stephanevg commented 5 years ago

added with version 0.7.2 via this PR https://github.com/Stephanevg/PSHTML/pull/183