subCommands/list.ps1

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

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