sylvaindethier/nvm-test

View on GitHub
src/command.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handler has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const handler = (argv) => {
  // get versions from argv._
  const versions = argv._
  // get options
  const { install, test, dryRun, logLevel } = argv
Severity: Minor
Found in src/command.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status