You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-PSFConfig-Module PSModuleDevelopment -Name "Module.Path"-Value ""-Initialize -Validation "string"-Handler { } -Description "The path to the module currently under development. Used as default path by commnds that work within a module directory."
2
-
Set-PSFConfig-Module PSModuleDevelopment -Name 'Package.Path'-Value "$env:TEMP"-Initialize -Validation "string"-Description "The default output path when exporting a module into a nuget package."
2
+
Set-PSFConfig-Module PSModuleDevelopment -Name 'Package.Path'-Value "$env:TEMP"-Initialize -Validation "string"-Description "The default output path when exporting a module into a nuget package."
3
+
4
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.ParmsNotFound"-Value "Red"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the parameters that could not be found."
5
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.CommandName"-Value "Green"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the command name extracted from the command text."
6
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.MandatoryParam"-Value "Yellow"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the mandatory parameters from the commands parameter sets."
7
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.NonMandatoryParam"-Value "DarkGray"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the non mandatory parameters from the commands parameter sets."
8
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.FoundAsterisk"-Value "Green"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the asterisk that indicates a parameter has been filled / supplied."
9
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.NotFoundAsterisk"-Value "Magenta"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the asterisk that indicates a mandatory parameter has not been filled / supplied."
10
+
Set-PSFConfig-Module PSModuleDevelopment -Name "ShowSyntax.ParmValue"-Value "DarkCyan"-Initialize -Validation "string"-Handler { } -Description "The color to be used for the parameter value."
0 commit comments