batyshkaLenin/twtxt-cli

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Function cli has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

function cli() {
  program.name(packageData.name).description('CLI for twtxt').version(packageData.version);

  program.command('quickstart').description('a short configuration that will allow you to work with the program').action(quickstart);

Severity: Minor
Found in src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status