X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/69f1d0c213f36914bdc78d4a4270b283df4d95d1..2a20e70aabaad0106774157a78eba60428604ac1:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index bc6a3079..a8cee165 100644 --- a/client/src/cli.rs +++ b/client/src/cli.rs @@ -268,6 +268,12 @@ pub enum CliCommands { #[clap(long = "remove-admin")] remove_admin: Vec, + #[clap(long)] + ban: Vec, + + #[clap(long)] + unban: Vec, + #[clap(long = "reset-link")] reset_link: bool,