azproduction/autopolyfiller

View on GitHub
lib/cli.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createProgram has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    createProgram: function () {
        return new Command()
            .version(require('../package.json').version)
            .usage('[options] <glob|file ...>')
            .option('-o, --output <file>', 'set output file', 'STDOUT')
Severity: Minor
Found in lib/cli.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status