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 ef8ec8b commit f0580fcCopy full SHA for f0580fc
bin/doxdox
@@ -60,7 +60,7 @@ ${chalk.yellow(' -t, --title')} Sets title.
60
const config = {
61
'description': args.flags['--description'] || args.flags['-d'] || pkg.description || '',
62
'layout': (args.flags['--layout'] || args.flags['-l'] || 'markdown').toLowerCase(),
63
- 'parser': args.flags['--parser'] || args.flags['-r'] || 'dox',
+ 'parser': (args.flags['--parser'] || args.flags['-r'] || 'dox').toLowerCase(),
64
'title': args.flags['--title'] || args.flags['-t'] || pkg.name || 'Untitled Project'
65
};
66
0 commit comments