Commit b3c56db
* docs(#20,#23,#26): README updates — version, shell completion, doctor
Issue #26 — apc --version documentation:
- Added 'CLI Basics' section to Command Reference showing apc --version
and apc doctor usage
- Fixed main.py to read version from importlib.metadata instead of
hardcoding '0.1.1', preventing version drift between pyproject.toml
and the CLI output
Issue #23 — shell completion docs:
- Added 'Shell Completion' section to README with bash/zsh/fish setup
instructions using Click's built-in _APC_COMPLETE env var mechanism
Issue #20 — GitHub topics (already addressed via GitHub UI):
- Noted in this commit message; #20 can be closed.
Additional: added --dry-run and --all-sources-mcp to the sync options
table, and --dry-run to the collect options table, since those were
added in recent PRs and the README wasn't updated.
* docs: remove apc doctor reference — command does not exist
* docs: remove --all-sources-mcp — flag does not exist in codebase
* docs: remove --target/-t from apc install docs (flag removed in #72)
* docs: remove --dry-run from collect (doesn't exist); drop uv.lock from docs PR
---------
Co-authored-by: FZ2000 <40145076+FZ2000@users.noreply.github.com>
1 parent 6923f7f commit b3c56db
2 files changed
Lines changed: 34 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| |||
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
120 | | - | |
| 128 | + | |
121 | 129 | | |
122 | 130 | | |
123 | 131 | | |
| |||
142 | 150 | | |
143 | 151 | | |
144 | 152 | | |
145 | | - | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
260 | 267 | | |
261 | 268 | | |
262 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
263 | 287 | | |
264 | 288 | | |
265 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | | - | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments