Move WITHATTRIBS token from vlinks to vsim (#14194)

# Description
The `WITHATTRIBS` token was incorrectly documented under the `vlinks`
command in #14065
This commit is contained in:
Ali-Akber Saifee 2025-07-16 05:17:53 -07:00 committed by GitHub
parent 75cdc51f86
commit d86cf66101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -166,6 +166,12 @@
"type": "pure-token",
"optional": true
},
{
"token": "WITHATTRIBS",
"name": "withattribs",
"type": "pure-token",
"optional": true
},
{
"token": "COUNT",
"name": "count",
@ -291,12 +297,6 @@
"name": "withscores",
"type": "pure-token",
"optional": true
},
{
"token": "WITHATTRIBS",
"name": "withattribs",
"type": "pure-token",
"optional": true
}
]
},