docs(spec): refresh CLI --help blocks for init/add/get/status#202
Merged
Conversation
Regenerated from actual `dvs <sub> --help` output. All four blocks
now reflect:
- the global `--threads <THREADS>` option (init/add/get/status)
- get/status's expanded column widths from the longer --threads label
- status's new positional `[PATHS]...` + `-r, --recursive` +
`--with-metadata` flags
- status's updated one-liner ("Gets the status of each files in the
current repository") and removed "By default shows all tracked
files..." paragraph
- consistent `shell` language tag on the fenced blocks
- consistent `❯` prompt (stripped stray U+F432 Nerd Font glyphs from
the original copy-paste)
Carved out of #149.
CGMossa
added a commit
that referenced
this pull request
May 16, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specs contained hypothesized CLI help message. Now we adjust the specs to the actual CLI help messages.
AI-written details
Summary
Carved out of #149. Regenerates all four
### <cmd>→#### CLIblocks inspecs.mdfrom actualdvs <sub> --helpoutput captured against currentmain. Mechanical refresh; no spec content invented.What changed in each block:
--threads <THREADS>option.--threads; adds the❯ dvs add --helpprompt line that was missing.--threads; expanded column widths to match real clap output now that the longest label is--threads <THREADS>.[PATHS]...,-r, --recursive,--with-metadata, expanded column widths, updated one-liner ("Gets the status of each files in the current repository"), and the "By default shows all tracked files; use the flags below to filter" paragraph is gone (replaced by the prose paragraph below the block, which is unchanged).```shelllanguage tag (was bare```), consistent❯prompt prefix. ThreeU+F432Nerd Font glyphs left over from the original terminal copy-paste are stripped.Test plan
./target/release/dvs <sub> --helpbyte-for-byte (modulo the leading❯ dvs <sub> --helpprompt line)perl -CSD -ne 'print "$.: PUA\n" if /[\x{E000}-\x{F8FF}]/' specs.mdreturns nothingDrafted by Claude (claude-opus-4-7). Reviewed by the author.