PoshCode / Configuration

A module to help other modules have settings
MIT License
176 stars 27 forks source link

Expose ValidVariables as -AllowedVariables #43

Closed Jaykul closed 2 years ago

Jaykul commented 3 years ago

As a pre-cursor or alternative to #3 how about we just get the ability to specify a list of variables that are allowed (in addition to the built-in PSScriptRoot, PSCulture, PSUICulture, True, False, Null)?

Jaykul commented 2 years ago

This is done in PoshCode/Metadata