@@ -75,18 +75,19 @@ while (args.length) {
75
75
process . stdout . write ( '\n' ) ;
76
76
process . stdout . write ( chalk . blue ( ' Usage:' ) + ' doxdox <path> [options]' + '\n\n' ) ;
77
77
process . stdout . write ( ' Options:' + '\n\n' ) ;
78
- process . stdout . write ( chalk . yellow ( ' -h, --help' ) + '\t\tDisplay this help message.' + '\n' ) ;
79
- process . stdout . write ( chalk . yellow ( ' -v, --version' ) + '\t\tDisplay the current installed version.' + '\n' ) ;
80
- process . stdout . write ( chalk . yellow ( ' -t, --title' ) + '\t\tSets title.' + '\n' ) ;
81
- process . stdout . write ( chalk . yellow ( ' -d, --description' ) + '\tSets description.' + '\n' ) ;
82
- process . stdout . write ( chalk . yellow ( ' -l, --layout' ) + '\t\tTemplate to render the documentation with.' + '\n' ) ;
83
- process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\t\tSets location of package.json file.' + '\n' ) ;
84
- process . stdout . write ( chalk . yellow ( ' -o, --output' ) + '\t\tFile to save documentation to. Defaults to stdout.' + '\n' ) ;
78
+ process . stdout . write ( chalk . yellow ( ' -h, --help' ) + '\t\t\ tDisplay this help message.' + '\n' ) ;
79
+ process . stdout . write ( chalk . yellow ( ' -v, --version' ) + '\t\t\ tDisplay the current installed version.' + '\n' ) ;
80
+ process . stdout . write ( chalk . yellow ( ' -t, --title' ) + '\t\t\ tSets title.' + '\n' ) ;
81
+ process . stdout . write ( chalk . yellow ( ' -d, --description' ) + '\t\ tSets description.' + '\n' ) ;
82
+ process . stdout . write ( chalk . yellow ( ' -l, --layout' ) + '\t\t\ tTemplate to render the documentation with.' + '\n' ) ;
83
+ process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\t\t\ tSets location of package.json file.' + '\n' ) ;
84
+ process . stdout . write ( chalk . yellow ( ' -o, --output' ) + '\t\t\ tFile to save documentation to. Defaults to stdout.' + '\n' ) ;
85
85
process . stdout . write ( '\n' ) ;
86
86
process . stdout . write ( ' Available Layouts:' + '\n\n' ) ;
87
- process . stdout . write ( ' - Bootstrap (default)\t (http://getbootstrap.com/)' + '\n' ) ;
88
- process . stdout . write ( ' - Markdown\t\t (http://daringfireball.net/projects/markdown/)' + '\n' ) ;
89
- process . stdout . write ( ' - Dash\t\t (http://kapeli.com/docsets/)' + '\n' ) ;
87
+ process . stdout . write ( ' - Bootstrap (default)\t\t(http://getbootstrap.com/)' + '\n' ) ;
88
+ process . stdout . write ( ' - Markdown\t\t\t(http://daringfireball.net/projects/markdown/)' + '\n' ) ;
89
+ process . stdout . write ( ' - Dash\t\t\t(http://kapeli.com/docsets/)' + '\n' ) ;
90
+ process . stdout . write ( ' - Wiki\t\t\t(https://help.github.com/articles/about-github-wikis/)' + '\n' ) ;
90
91
process . stdout . write ( '\n' ) ;
91
92
process . kill ( ) ;
92
93
0 commit comments