mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 23:13:02 +02:00
add --no-details
to admin rooms list command
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fc1834d629
commit
27bfb67d75
2 changed files with 11 additions and 2 deletions
|
@ -27,6 +27,11 @@ pub(super) enum RoomCommand {
|
|||
/// Excludes rooms that we have banned
|
||||
#[arg(long)]
|
||||
exclude_banned: bool,
|
||||
|
||||
#[arg(long)]
|
||||
/// Whether to only output room IDs without supplementary room
|
||||
/// information
|
||||
no_details: bool,
|
||||
},
|
||||
|
||||
#[command(subcommand)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue