提交

fix: mark categoryExtensions flag mutually exclusive with autoConnect (#1202)

Fixes #1072
这个提交包含在:
Nicholas Roscino
2026-03-18 17:57:30 +01:00
提交者 GitHub
父节点 6279177016
当前提交 8c2a7fc21e
修改 3 个文件,包含 7 行新增8 行删除
-2
查看文件
@@ -15,8 +15,6 @@ describe('cli args parsing', () => {
categoryEmulation: true,
'category-performance': true,
categoryPerformance: true,
'category-extensions': false,
categoryExtensions: false,
'category-network': true,
categoryNetwork: true,
'auto-connect': undefined,