This commit is contained in:
2025-02-18 13:53:59 +01:00
parent e64a127c34
commit a7344d4543
3 changed files with 23 additions and 2 deletions

View File

@@ -64,4 +64,8 @@ public class Parser
return new Command(null, word2);
}
}
public String showCommands()
{
return commands.showAll();
}
}