fix(cli): also change command invocation
This commit is contained in:
parent
430165c300
commit
5e6f5cfdf0
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ pub async fn run(ctx: upub::Context, command: CliCommand) -> Result<(), Box<dyn
|
||||||
Ok(nuke(ctx, for_real, delete_objects).await?),
|
Ok(nuke(ctx, for_real, delete_objects).await?),
|
||||||
CliCommand::Thread { } =>
|
CliCommand::Thread { } =>
|
||||||
Ok(thread(ctx).await?),
|
Ok(thread(ctx).await?),
|
||||||
CliCommand::Cloak { objects, actors, contents } =>
|
CliCommand::Cloak { objects, actors, contents, re_cloak } =>
|
||||||
Ok(cloak(ctx, contents, objects, actors).await?),
|
Ok(cloak(ctx, contents, objects, actors, re_cloak).await?),
|
||||||
CliCommand::FixActivities { likes, announces } =>
|
CliCommand::FixActivities { likes, announces } =>
|
||||||
Ok(fix_activities(ctx, likes, announces).await?),
|
Ok(fix_activities(ctx, likes, announces).await?),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue