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