src/commands/xsc.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function statusCommand has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private async statusCommand() {
        for (const line of XSCCommand.asciiLogo) {
            this.emit('raw', line);
        }
Severity: Minor
Found in src/commands/xsc.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status