options/cache.ps1

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

# Options for `yarn cache`
$options['cache'] = [ordered] @{
    '--pattern' = @();
}