1 changed files with 0 additions and 9 deletions
@ -1,9 +0,0 @@ |
|||
package project.command; |
|||
|
|||
import project.view.CliView; |
|||
|
|||
public interface Command { |
|||
String getName(); |
|||
String getDescription(); |
|||
void execute(String[] args, CliView view); |
|||
} |
|||
Loading…
Reference in new issue