Private/Get-ShellConfig.ps1
function Get-ShellConfig { [CmdletBinding()] param ( ) begin { } process { } end { } } |
function Get-ShellConfig { [CmdletBinding()] param ( ) begin { } process { } end { } } |