docs(agent): drop stale --system from install doc examples #115

Merged
David merged 1 commit from fix/VA-113-stale-system-flag-install-doc-comments into main 2026-07-06 02:08:27 +02:00
Owner

VA-84 replaced the install subcommand's --system/--user boolean pair with --install-type <system|user>, but two doc-comment usage examples in crates/vervain-agent/src/main.rs still piped through the removed --system flag. The Windows Install variant has no install-type argument at all, and read_bundle() is a cross-platform helper, so both examples become the target-neutral vervain-agent install --from - (accurate on Windows, works on Linux via the system default). The historical note that names --system as the replaced flag stays.

#VA-113

VA-84 replaced the install subcommand's --system/--user boolean pair with --install-type <system|user>, but two doc-comment usage examples in crates/vervain-agent/src/main.rs still piped through the removed --system flag. The Windows Install variant has no install-type argument at all, and read_bundle() is a cross-platform helper, so both examples become the target-neutral `vervain-agent install --from -` (accurate on Windows, works on Linux via the system default). The historical note that names --system as the replaced flag stays. #VA-113
docs(agent): drop stale --system from install doc examples
All checks were successful
Check / fmt + clippy + tests (pull_request) Successful in 14m44s
Create release / Create release from merged PR (pull_request) Has been skipped
bc7af8b388
VA-84 replaced the install subcommand's --system/--user boolean pair with --install-type <system|user>, but two doc-comment usage examples in crates/vervain-agent/src/main.rs still piped through the removed --system flag. The Windows Install variant has no install-type argument at all, and read_bundle() is a cross-platform helper, so both examples become the target-neutral `vervain-agent install --from -` (accurate on Windows, works on Linux via the system default). The historical note that names --system as the replaced flag stays.

#VA-113
David scheduled this pull request to auto merge when all checks succeed 2026-07-06 01:53:46 +02:00
David merged commit 9c0b891687 into main 2026-07-06 02:08:27 +02:00
David deleted branch fix/VA-113-stale-system-flag-install-doc-comments 2026-07-06 02:08:28 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/vervain-agent!115
No description provided.