Commit f60065d
committed
✨ feat(mq-run): reject --allow-all combined with individual --allow-* flags, add -a short form
conflicts_with_all rejects --allow-all alongside --allow-net/read/write/run/env
at parse time with a clear clap error, instead of silently overriding their
values. Also add -a as a short form: unlike the other --allow-* flags (which
stay long-only), --allow-all mirrors Deno's -A/--allow-all convention — -A
itself is unavailable here since it's already --aggregate.1 parent 2f28d8d commit f60065d
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
418 | 423 | | |
419 | 424 | | |
420 | 425 | | |
| |||
1886 | 1891 | | |
1887 | 1892 | | |
1888 | 1893 | | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
1889 | 1906 | | |
1890 | 1907 | | |
1891 | 1908 | | |
| |||
0 commit comments