Commit b89f8f6
fix: use yargs built-in
Define `oauth` as a boolean (default `true`) so `--no-oauth` works via
yargs' built-in prefix negation instead of a custom `no-oauth` option
that conflicts with yargs' `--no-X` handling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>--no- negation for --no-oauth flag1 parent e489f39 commit b89f8f6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
0 commit comments