EdLichtman/QuickModuleCLI

Add Each Module Path to the PSModulePath upon Create

Closed this issue · 1 comments

In order to enable the PSModuleAutoLoadingPreference to pull in the newly generated modules, we need to attempt to add the Module Path to the PSModulePath. We need to prompt the user if they wish to do it, because messing with such paths can be considered bad for security without their consent.

Fixed. Workaround was to add the functions to the root Module psd1.