mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Refactor command creation
This commit is contained in:
parent
47143a90e1
commit
af292d8f0e
45 changed files with 436 additions and 282 deletions
8
src/main/java/org/asamk/signal/commands/CliCommand.java
Normal file
8
src/main/java/org/asamk/signal/commands/CliCommand.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package org.asamk.signal.commands;
|
||||
|
||||
import net.sourceforge.argparse4j.inf.Subparser;
|
||||
|
||||
public interface CliCommand extends Command {
|
||||
|
||||
void attachToSubparser(Subparser subparser);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue