Skip to content

Commit 02cae35

Browse files
Copilotjeduden
andauthored
docs(cli): add --no-follow-symlinks to check/fix table, document metrics list flags
Agent-Logs-Url: https://github.com/jeduden/mdsmith/sessions/548033d7-86ea-49af-b145-e4c202da7fd0 Co-authored-by: jeduden <1117699+jeduden@users.noreply.github.com>
1 parent 8d535cc commit 02cae35

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

docs/reference/cli.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,26 @@ match, exits 0.
3434

3535
## Subcommand Flags (check, fix)
3636

37-
| Flag | Description |
38-
|--------------------|--------------------------------------|
39-
| `-c`, `--config` | Config path |
40-
| `-f`, `--format` | `text` or `json` |
41-
| `--max-input-size` | Max file size (e.g. `2MB`, `0`=none) |
42-
| `--no-color` | Plain output |
43-
| `--no-gitignore` | Skip gitignore |
44-
| `-q`, `--quiet` | Quiet mode |
45-
| `-v`, `--verbose` | Verbose output |
37+
| Flag | Description |
38+
|------------------------|--------------------------------------|
39+
| `-c`, `--config` | Config path |
40+
| `-f`, `--format` | `text` or `json` |
41+
| `--max-input-size` | Max file size (e.g. `2MB`, `0`=none) |
42+
| `--no-color` | Plain output |
43+
| `--no-follow-symlinks` | Skip symbolic links when walking |
44+
| `--no-gitignore` | Skip gitignore |
45+
| `-q`, `--quiet` | Quiet mode |
46+
| `-v`, `--verbose` | Verbose output |
4647

4748
## Other Subcommand Flags
4849

4950
`query` accepts `-c`/`--config`, `-v`/`--verbose`,
5051
`-0`/`--null`, and `--max-input-size`.
5152

53+
`metrics list` accepts `-f`/`--format` (`text` or `json`)
54+
and `--scope` (only `file` is supported; defaults to
55+
`file`).
56+
5257
`metrics rank` accepts `-c`/`--config`, `-f`/`--format`,
5358
`--no-gitignore`, `--no-follow-symlinks`,
5459
`--max-input-size`, plus `--metrics`, `--by`, `--order`,

0 commit comments

Comments
 (0)