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 36ca719 commit 8ef5c74Copy full SHA for 8ef5c74
bin/doxdox
@@ -54,6 +54,7 @@ while (args.length) {
54
process.stdout.write(' Usage: doxdox <file> [options]' + '\n\n');
55
process.stdout.write(' Options:' + '\n\n');
56
process.stdout.write(' -h, --help\t\tDisplay this help message.' + '\n');
57
+ process.stdout.write(' -v, --version\t\tDisplay the current installed version.' + '\n');
58
process.stdout.write(' -t, --title\t\tSets title.' + '\n');
59
process.stdout.write(' -d, --description\tSets description.' + '\n');
60
process.stdout.write(' -l, --layout\t\tTemplate to render the documentation with.' + '\n');
0 commit comments