Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 3615d52

Browse files
committed
Enable yargs strict mode
1 parent 6446f0e commit 3615d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ yargs(process.argv.slice(2))
1515
.version(version)
1616
.command(installModule)
1717
.command(uninstallModule)
18+
.strict()
1819
.demandCommand().argv;

0 commit comments

Comments
 (0)