Skip to content

Commit 88f7a26

Browse files
fix: fix tag
1 parent 4643e18 commit 88f7a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/reference/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sg run [OPTIONS] --pattern <PATTERN> [PATHS]...
3030
| | --no-ignore `<NO_IGNORE>` | Do not respect hidden file system or ignore files (.gitignore, .ignore, etc.) [possible values: hidden, dot, exclude, global, parent, vcs] |
3131
| | --stdin | Enable search code from StdIn. See [link](/guide/tooling-overview.html#enable-stdin-mode) |
3232
| | --globs `<GLOBS>` | Include or exclude file paths
33-
| -j| --threads <NUM> | Set the approximate number of threads to use [default: heuristic]
33+
| -j| --threads `<NUM>` | Set the approximate number of threads to use [default: heuristic]
3434
| -i| --interactive | Start interactive edit session. Code rewrite only happens inside a session. |
3535
| -U| --update-all | Apply all rewrite without confirmation if true. |
3636
| | --json`[=<style>]` | Output matches in structured JSON [possible values: pretty, stream, compact] |
@@ -62,7 +62,7 @@ sg scan [OPTIONS] [PATHS]...
6262
| -r | --rule `<RULE_FILE>`| Scan the codebase with the single rule located at the path `RULE_FILE`.|
6363
| | --inline-rules `<RULE_TEXT>` | Scan the codebase with a rule defined by the provided `RULE_TEXT` |
6464
| | --filter `<REGEX>` |Scan the codebase with rules with ids matching `REGEX` |
65-
| -j| --threads <NUM> | Set the approximate number of threads to use [default: heuristic]
65+
| -j | --threads `<NUM>` | Set the approximate number of threads to use [default: heuristic]
6666
| -i | --interactive|Start interactive edit session.|
6767
| | --color `<WHEN>`|Controls output color [default: auto] [possible values: auto, always, ansi, never]|
6868
| | --report-style `<REPORT_STYLE>` | [default: rich] [possible values: rich, medium, short]

0 commit comments

Comments
 (0)