public/settings/get-settings.ps1


Function Get-Settings {

    Param()

    Process {
        $script:settings
    }

}