options/cache.ps1
if (-not $options) { $options = [ordered] @{ } } # Options for `yarn cache` $options['cache'] = [ordered] @{ '--pattern' = @(); } |
if (-not $options) { $options = [ordered] @{ } } # Options for `yarn cache` $options['cache'] = [ordered] @{ '--pattern' = @(); } |