]>
nmode's Git Repositories - signal-cli/blob - src/main/java/org/asamk/signal/commands/RegistrationCommand.java
1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.signal
.commands
.exceptions
.CommandException
;
6 import org
.asamk
.signal
.manager
.RegistrationManager
;
8 public interface RegistrationCommand
extends CliCommand
{
10 void handleCommand(Namespace ns
, RegistrationManager m
) throws CommandException
;