From a7901d08a89aa8c1fd329e32b09ace2f7ad75530 Mon Sep 17 00:00:00 2001 From: wangbo <1248863822@qq.com> Date: Wed, 27 May 2026 23:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'project/Command.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/Command.java | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 project/Command.java diff --git a/project/Command.java b/project/Command.java deleted file mode 100644 index 4ac6bfe..0000000 --- a/project/Command.java +++ /dev/null @@ -1,9 +0,0 @@ -package project.command; - -import project.view.CliView; - -public interface Command { - String getName(); - String getDescription(); - void execute(String[] args, CliView view); -} \ No newline at end of file