ezylean/nuxt-renderer-extractor

View on GitHub
src/cli/run.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function create(deps: Dependencies) {
  return () => {
    const CLArgs = deps.parseCLArgs(messages.help, config);
    const command = CLArgs.input[0];

Severity: Minor
Found in src/cli/run.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status