Skip to content

Commit 39493bb

Browse files
committed
plan 52: address review — rename e2e test, add defaults to CLI flag table
- Rename cmd/mdsmith/e2e_archetypes_test.go to archetypes_e2e_test.go so the feature stays the prefix and _test.go remains the conventional postfix, matching unit-test naming across the repo. - Add a Default column to the check/fix flag reference table in docs/reference/cli.md and include the previously missing --no-follow-symlinks flag.
1 parent 02cae35 commit 39493bb

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/reference/cli.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ 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-follow-symlinks` | Skip symbolic links when walking |
44-
| `--no-gitignore` | Skip gitignore |
45-
| `-q`, `--quiet` | Quiet mode |
46-
| `-v`, `--verbose` | Verbose output |
37+
| Flag | Default | Description |
38+
|------------------------|---------|-----------------------------------------|
39+
| `-c`, `--config` | auto | Config path (auto-discovers by default) |
40+
| `-f`, `--format` | `text` | `text` or `json` |
41+
| `--max-input-size` | `2MB` | Max file size (e.g. `2MB`, `0`=none) |
42+
| `--no-color` | false | Plain output |
43+
| `--no-follow-symlinks` | false | Skip symbolic links when walking |
44+
| `--no-gitignore` | false | Skip gitignore |
45+
| `-q`, `--quiet` | false | Quiet mode |
46+
| `-v`, `--verbose` | false | Verbose output |
4747

4848
## Other Subcommand Flags
4949

0 commit comments

Comments
 (0)