commander

View on npm →
6
Files Analyzed
1
Issues Found
1
Files with Issues

Issues by Rule

tjd/accurate-jsdoc
1

Issues by File

lib/command.js 1 issue
2752:1 accurate-jsdoc

@returns: boolean | undefined → boolean. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

Analyzed: 2/3/2026