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 053b635 commit 3e5d745Copy full SHA for 3e5d745
src/index-cli.ts
@@ -44,6 +44,7 @@ export class CliApplication extends Application {
44
program
45
.version(pkg.version)
46
.usage('<src> [options]')
47
+ .argument('<src>')
48
.option(
49
'-c, --config [config]',
50
'A configuration file : .compodocrc, .compodocrc.json, .compodocrc.yaml or compodoc property in package.json'
0 commit comments