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 eb4b783 commit 23515fcCopy full SHA for 23515fc
bin/doxdox
@@ -48,17 +48,17 @@ while (args.length) {
48
49
break;
50
51
- case '-p':
52
- case '--package':
+ case '-o':
+ case '--output':
53
54
- pkg = args.shift();
+ output = args.shift();
55
56
57
58
- case '-o':
59
- case '--output':
+ case '-p':
+ case '--package':
60
61
- output = args.shift();
+ pkg = args.shift();
62
63
64
0 commit comments