mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
docs: fix broken markdown syntax and anchor links in /tools (#20902)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e92ccec6c8
commit
d246315cea
@@ -67,7 +67,7 @@ Finds files matching specific glob patterns across the workspace.
|
|||||||
`Found 5 file(s) matching "*.ts" within src, sorted by modification time (newest first):\nsrc/file1.ts\nsrc/subdir/file2.ts...`
|
`Found 5 file(s) matching "*.ts" within src, sorted by modification time (newest first):\nsrc/file1.ts\nsrc/subdir/file2.ts...`
|
||||||
- **Confirmation:** No.
|
- **Confirmation:** No.
|
||||||
|
|
||||||
## 5. `grep_search` (SearchText)
|
### `grep_search` (SearchText)
|
||||||
|
|
||||||
`grep_search` searches for a regular expression pattern within the content of
|
`grep_search` searches for a regular expression pattern within the content of
|
||||||
files in a specified directory. Can filter files by a glob pattern. Returns the
|
files in a specified directory. Can filter files by a glob pattern. Returns the
|
||||||
@@ -103,7 +103,7 @@ lines containing matches, along with their file paths and line numbers.
|
|||||||
```
|
```
|
||||||
- **Confirmation:** No.
|
- **Confirmation:** No.
|
||||||
|
|
||||||
## 6. `replace` (Edit)
|
### `replace` (Edit)
|
||||||
|
|
||||||
`replace` replaces text within a file. By default, the tool expects to find and
|
`replace` replaces text within a file. By default, the tool expects to find and
|
||||||
replace exactly ONE occurrence of `old_string`. If you want to replace multiple
|
replace exactly ONE occurrence of `old_string`. If you want to replace multiple
|
||||||
|
|||||||
Reference in New Issue
Block a user