subCommands/ls.ps1

if (-not $subCommands) {
    $subCommands = [ordered] @{ }
}

$subCommands['ls'] = [ordered] @{
    'available' = @{ };
}