Skip to content

Commit 8ef5c74

Browse files
committed
Updated help to include version flag.
1 parent 36ca719 commit 8ef5c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/doxdox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ while (args.length) {
5454
process.stdout.write(' Usage: doxdox <file> [options]' + '\n\n');
5555
process.stdout.write(' Options:' + '\n\n');
5656
process.stdout.write(' -h, --help\t\tDisplay this help message.' + '\n');
57+
process.stdout.write(' -v, --version\t\tDisplay the current installed version.' + '\n');
5758
process.stdout.write(' -t, --title\t\tSets title.' + '\n');
5859
process.stdout.write(' -d, --description\tSets description.' + '\n');
5960
process.stdout.write(' -l, --layout\t\tTemplate to render the documentation with.' + '\n');

0 commit comments

Comments
 (0)