JamieMason/self-help

View on GitHub
src/interactive.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const start = async (interpreter: TreeInterpreter): Promise<void> => {
  const renderChoice = (currentNode: Node) => {
    console.log(chalk.green('?'), chalk.bold(currentNode.label));
  };

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

    There are no issues that match your filters.

    Category
    Status