source-command.psm1

. $PSScriptRoot\alias.ps1

$FunctionsToExport = @(
    'source'
)

Export-ModuleMember -Function $FunctionsToExport