docs: 修正 Windows Python 语法检查命令 (#2)
@@ -47,7 +47,7 @@
|
||||
|
||||
## 常用调试方式
|
||||
|
||||
- 只检查 Python 语法:`python -m py_compile scripts/*.py`。
|
||||
- 只检查 Python 语法:`python -m compileall -q scripts tests`。
|
||||
- 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。
|
||||
- 查看未提交差异:`git diff --check` 和 `git diff`。
|
||||
- 查看最近提交:`git log -5 --oneline`。
|
||||
|
||||
Reference in New Issue
Block a user