mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(docs): Fix code block delimiters in commands.md (#5521)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
@@ -256,7 +256,7 @@ Please generate a Conventional Commit message based on the following git diff:
|
|||||||
|
|
||||||
```diff
|
```diff
|
||||||
!{git diff --staged}
|
!{git diff --staged}
|
||||||
````
|
```
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -277,7 +277,7 @@ First, ensure the user commands directory exists, then create a `refactor` subdi
|
|||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.gemini/commands/refactor
|
mkdir -p ~/.gemini/commands/refactor
|
||||||
touch ~/.gemini/commands/refactor/pure.toml
|
touch ~/.gemini/commands/refactor/pure.toml
|
||||||
````
|
```
|
||||||
|
|
||||||
**2. Add the content to the file:**
|
**2. Add the content to the file:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user