fix: Remove extraneous dashes from command help

This commit is contained in:
Ginger
2026-01-12 10:47:19 -05:00
parent a028049e6f
commit 00eeeb78de
34 changed files with 314 additions and 314 deletions
+40 -40
View File
@@ -1,48 +1,48 @@
<!-- This file is generated by `cargo xtask generate-docs`. Do not edit. -->
# `!admin query`
- Low-level queries for database getters and iterators
Low-level queries for database getters and iterators
## `!admin query account-data`
- account_data.rs iterators and getters
account_data.rs iterators and getters
### `!admin query account-data changes-since`
- Returns all changes to the account data that happened after `since`
Returns all changes to the account data that happened after `since`
### `!admin query account-data account-data-get`
- Searches the account data for a specific kind
Searches the account data for a specific kind
## `!admin query appservice`
- appservice.rs iterators and getters
appservice.rs iterators and getters
### `!admin query appservice get-registration`
- Gets the appservice registration info/details from the ID as a string
Gets the appservice registration info/details from the ID as a string
### `!admin query appservice all`
- Gets all appservice registrations with their ID and registration info
Gets all appservice registrations with their ID and registration info
## `!admin query presence`
- presence.rs iterators and getters
presence.rs iterators and getters
### `!admin query presence get-presence`
- Returns the latest presence event for the given user
Returns the latest presence event for the given user
### `!admin query presence presence-since`
- Iterator of the most recent presence updates that happened after the event with id `since`
Iterator of the most recent presence updates that happened after the event with id `since`
## `!admin query room-alias`
- rooms/alias.rs iterators and getters
rooms/alias.rs iterators and getters
### `!admin query room-alias resolve-local-alias`
@@ -50,15 +50,15 @@ _(no description)_
### `!admin query room-alias local-aliases-for-room`
- Iterator of all our local room aliases for the room ID
Iterator of all our local room aliases for the room ID
### `!admin query room-alias all-local-aliases`
- Iterator of all our local aliases in our database with their room IDs
Iterator of all our local aliases in our database with their room IDs
## `!admin query room-state-cache`
- rooms/state_cache iterators and getters
rooms/state_cache iterators and getters
### `!admin query room-state-cache server-in-room`
@@ -126,7 +126,7 @@ _(no description)_
## `!admin query room-timeline`
- rooms/timeline iterators and getters
rooms/timeline iterators and getters
### `!admin query room-timeline pdus`
@@ -138,7 +138,7 @@ _(no description)_
## `!admin query globals`
- globals.rs iterators and getters
globals.rs iterators and getters
### `!admin query globals database-version`
@@ -154,19 +154,19 @@ _(no description)_
### `!admin query globals signing-keys-for`
- This returns an empty `Ok(BTreeMap<..>)` when there are no keys found for the server
This returns an empty `Ok(BTreeMap<..>)` when there are no keys found for the server
## `!admin query sending`
- sending.rs iterators and getters
sending.rs iterators and getters
### `!admin query sending active-requests`
- Queries database for all `servercurrentevent_data`
Queries database for all `servercurrentevent_data`
### `!admin query sending active-requests-for`
- Queries database for `servercurrentevent_data` but for a specific destination
Queries database for `servercurrentevent_data` but for a specific destination
This command takes only *one* format of these arguments:
@@ -176,7 +176,7 @@ See src/service/sending/mod.rs for the definition of the `Destination` enum
### `!admin query sending queued-requests`
- Queries database for `servernameevent_data` which are the queued up requests that will eventually be sent
Queries database for `servernameevent_data` which are the queued up requests that will eventually be sent
This command takes only *one* format of these arguments:
@@ -190,7 +190,7 @@ _(no description)_
## `!admin query users`
- users.rs iterators and getters
users.rs iterators and getters
### `!admin query users count-users`
@@ -274,7 +274,7 @@ _(no description)_
## `!admin query resolver`
- resolver service
resolver service
### `!admin query resolver destinations-cache`
@@ -286,15 +286,15 @@ Query the overrides cache
## `!admin query pusher`
- pusher service
pusher service
### `!admin query pusher get-pushers`
- Returns all the pushers for the user
Returns all the pushers for the user
## `!admin query short`
- short service
short service
### `!admin query short short-event-id`
@@ -306,56 +306,56 @@ _(no description)_
## `!admin query raw`
- raw service
raw service
### `!admin query raw raw-maps`
- List database maps
List database maps
### `!admin query raw raw-get`
- Raw database query
Raw database query
### `!admin query raw raw-del`
- Raw database delete (for string keys)
Raw database delete (for string keys)
### `!admin query raw raw-keys`
- Raw database keys iteration
Raw database keys iteration
### `!admin query raw raw-keys-sizes`
- Raw database key size breakdown
Raw database key size breakdown
### `!admin query raw raw-keys-total`
- Raw database keys total bytes
Raw database keys total bytes
### `!admin query raw raw-vals-sizes`
- Raw database values size breakdown
Raw database values size breakdown
### `!admin query raw raw-vals-total`
- Raw database values total bytes
Raw database values total bytes
### `!admin query raw raw-iter`
- Raw database items iteration
Raw database items iteration
### `!admin query raw raw-keys-from`
- Raw database keys iteration
Raw database keys iteration
### `!admin query raw raw-iter-from`
- Raw database items iteration
Raw database items iteration
### `!admin query raw raw-count`
- Raw database record count
Raw database record count
### `!admin query raw compact`
- Compact database
Compact database