refactor(cli): 移动CliRunner到顶层runner模块并清理冗余代码

This commit is contained in:
2026-06-20 17:35:24 +08:00
parent 13f6110b18
commit 6cc693d15f
11 changed files with 304 additions and 681 deletions
+1 -2
View File
@@ -18,7 +18,6 @@
"evenBetterToml.formatter.arrayAutoCollapse": true,
"evenBetterToml.formatter.arrayAutoExpand": true,
"evenBetterToml.formatter.arrayTrailingComma": true,
"evenBetterToml.formatter.columnWidth": 120,
"evenBetterToml.formatter.compactEntries": false,
"evenBetterToml.formatter.indentEntries": false,
"evenBetterToml.formatter.indentTables": false,
@@ -33,4 +32,4 @@
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"ruff.importStrategy": "fromEnvironment"
}
}