We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81fea commit 36ca719Copy full SHA for 36ca719
bin/doxdox
@@ -45,6 +45,7 @@ while (args.length) {
45
case '-v':
46
case '--version':
47
process.stdout.write(pkg.version + '\n');
48
+ process.kill();
49
break;
50
51
case '-h':
@@ -61,6 +62,7 @@ while (args.length) {
61
62
process.stdout.write(' - Bootstrap 3 (http://getbootstrap.com/)' + '\n');
63
process.stdout.write(' - Markdown (http://daringfireball.net/projects/markdown/)' + '\n');
64
process.stdout.write('\n');
65
66
67
68
default:
0 commit comments