Commit 58151a5
authored
Summary
- Update help text to mention `--gcov` alias alongside
`--discover-and-gcov` for consistency with README and parser.
- Align error suggestions to prefer `--gcov` (alias) and remove
misleading gcov path suggestion; advise ensuring `gcov` on `PATH`.
Scope
- src/config/help/config_help_core.f90
- src/core/error/error_handlers.f90
- No behavior changes.
Verification
- Build and test:
- Command: fpm test
Output excerpt:
Project compiled successfully.
OK: cli flags rejection minimal
- Help text:
- Command: fpm run -- --help | sed -n '1,40p'
Output excerpt includes:
"Use --gcov (alias: --discover-and-gcov)"
Automation section shows `--gcov` and alias line.
Rationale
- Keep user-facing messages consistent across help and error
suggestions. Remove stale guidance implying `--gcov` accepts a path
value, which is no longer supported.
1 parent 97b28a3 commit 58151a5
File tree
2 files changed
+6
-5
lines changed- src
- config/help
- core/error
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments