docs: update deprecated CLI flag references - #2135
Merged
jmartin-tech merged 1 commit intoSep 3, 2026
Merged
Conversation
Assisted-by: TRAE Signed-off-by: 电车司机小李 <39351936+motodriver@users.noreply.github.com>
jmartin-tech
approved these changes
Sep 3, 2026
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.
Summary
--model_typeand--model_namereferences with--target_typeand--target_name--spec probes.*across the README and generator/translation docsRelated to #2131. A repository collaborator confirmed in the issue that stray references to the deprecated flags remained and could be updated.
Duplicate-work check
Before opening this PR, I searched open PRs for both
2131 in:bodyanddeprecated CLI flags documentation. Neither search returned an existing PR addressing this work.Verification
env -u PYTHONHOME -u PYTHONPATH .venv/bin/pytest tests/test_docs.py -q— 683 passeddocs/source:env -u PYTHONHOME -u PYTHONPATH ../../.venv/bin/python -m sphinx -T -E -b html -d _build/doctrees -D language=en ./ html— build succeededgit diff --check origin/main...HEAD— passedcliref.rstandconfigurable.rstremain allowedAI assistance and human review
AI assistance from TRAE was used for repository search, drafting the edits, and running verification. I reviewed every changed line, understand the change end-to-end, and can defend it. The commit includes both
Assisted-by: TRAEand my DCOSigned-off-bytrailer.