Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 46c5dda

Browse files
committed
fix: strict by default
1 parent c0a119e commit 46c5dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default abstract class Command {
2727
static usage: string | string[] | undefined
2828
static help: string | undefined
2929
static aliases: string[] = []
30-
static strict = false
30+
static strict = true
3131
static flags: flags.Input<any>
3232
static args: args.IArg[] = []
3333
static plugin: Config.IPlugin | undefined

0 commit comments

Comments
 (0)