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 822541e commit 83e6b0bCopy full SHA for 83e6b0b
bin/doxdox
@@ -20,7 +20,7 @@ var title = 'Untitled Project',
20
var args = process.argv.slice(2),
21
value;
22
23
-if (args.length) {
+if (args.length && !args[0].match(/^\-/)) {
24
25
filename = args.shift();
26
0 commit comments