docs(agent): drop stale --system from install doc examples #115
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VA-113-stale-system-flag-install-doc-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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