Skip to content

PSFunctionInfo_v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 22 Apr 13:09
· 13 commits to main since this release

PSFunctionInfo

0.4.0

  • Added Set-PSFunctionInfoDefaults and Get-PSFunctionInfoDefaults to store default values. The defaults are stored in a JSON file at $home\psfunctioninfo-defaults.json. If the file is found when the module is imported, it will be used to set $PSDefaultParameterValues for this module.
  • Added Update-PSFunctionInfoDefaults which can be used to update defaults if they are changed after the module has been loaded.
  • Added about_PSFunctionInfo help.
  • Minor help updates.
  • Updated README.md.