denali-js/core

View on GitHub
commands/console.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async run(argv: any) {
    ui.info(`Loading ${ argv.environment } environment. Type '.help' for details`);
    let project = new Project({
      environment: argv.environment,
      printSlowTrees: argv.printSlowTrees
Severity: Minor
Found in commands/console.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status