The --interval flag is only relevant when --watch is enabled. Previously, passing `--interval 0` without `--watch` threw an error, whereas `--interval 5` was silently ignored. Now, invalid intervals are ignored when `--watch` is omitted, ensuring consistent behavior. Also adds a test case to prevent regression. |
||
|---|---|---|
| .. | ||
| dashboard.test.ts | ||
| doctor.test.ts | ||
| init.test.ts | ||
| open.test.ts | ||
| plugin.test.ts | ||
| review-check.test.ts | ||
| send.test.ts | ||
| session.test.ts | ||
| setup.test.ts | ||
| spawn.test.ts | ||
| start.test.ts | ||
| status.test.ts | ||
| update.test.ts | ||