azukiapp/azk

View on GitHub
src/cli/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export function cli(args, cwd, ui = UI) {
  var result, azk_cli;
  try {
    args = args.slice(2);
    [azk_cli, result] = run(args, cwd, ui = UI);
Severity: Minor
Found in src/cli/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status