fix: show help on invalid CLI commands and debounce watch rebuilds
- Change .showHelpOnFail(false) to true for better new-user UX - Add 100ms debounce to watch mode rebuilds to batch rapid file changes
This commit is contained in:
@@ -278,7 +278,7 @@ yargs(hideBin(process.argv))
|
||||
await handlePluginStatus()
|
||||
},
|
||||
)
|
||||
.showHelpOnFail(false)
|
||||
.showHelpOnFail(true)
|
||||
.help()
|
||||
.strict()
|
||||
.demandCommand().argv
|
||||
|
||||
Reference in New Issue
Block a user