Commit 8b9fba4
committed
fix(cli): add warning-to-warn coercer for --daemon-log-level
The --log-level option already coerces 'warning' to 'warn' for
backward compatibility, but --daemon-log-level was missing the
same coercer, causing a yargs validation error for users passing
the old value.1 parent 660a29f commit 8b9fba4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
0 commit comments