Skip to content

Commit c625eb7

Browse files
author
Christopher J. Brody
committed
comment out non-functioning CLI help code
from lib/cli-program.js (and add a FUTURE TODO comment) discovered thanks to mutation testing using Stryker
1 parent bb5b40c commit c625eb7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/cli-program.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ program
2424

2525
program.parse(process.argv);
2626

27-
if (!program.args.length) {
28-
program.help();
29-
}
27+
// TBD non-functional error handling code
28+
// FUTURE TODO: handle missing argument error in the right place
29+
// (see issue #48)
30+
// if (!program.args.length) {
31+
// program.help();
32+
// }

0 commit comments

Comments
 (0)