Skip to content

Commit 3e5d745

Browse files
committed
fix(app): commander default argument
1 parent 053b635 commit 3e5d745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index-cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export class CliApplication extends Application {
4444
program
4545
.version(pkg.version)
4646
.usage('<src> [options]')
47+
.argument('<src>')
4748
.option(
4849
'-c, --config [config]',
4950
'A configuration file : .compodocrc, .compodocrc.json, .compodocrc.yaml or compodoc property in package.json'

0 commit comments

Comments
 (0)