src/Console/Main.psm1

foreach ($cmdlet in Get-ChildItem $PSScriptRoot -Filter *.ps1 -Recurse) {
    . $cmdlet.FullName
}