options/use.ps1
if (-not $options) { $options = [ordered] @{ } } # Options for `nvm use` $options['use'] = [ordered] @{ '64' = @(); '32' = @(); } |
if (-not $options) { $options = [ordered] @{ } } # Options for `nvm use` $options['use'] = [ordered] @{ '64' = @(); '32' = @(); } |