From 043fa14f16d35234888358613e7d5f41a0fafc86 Mon Sep 17 00:00:00 2001 From: Matthew Cech Date: Fri, 12 Apr 2019 21:44:19 -0700 Subject: [PATCH] - Removed old TODO --- src/commands/CommandHelp.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/CommandHelp.java b/src/commands/CommandHelp.java index 12fc256..0621b26 100644 --- a/src/commands/CommandHelp.java +++ b/src/commands/CommandHelp.java @@ -9,8 +9,7 @@ import dataStructures.KittyUser; import dataStructures.Response; import dataStructures.UserInput; -// TODO: Convert this to a per-command help string! This lets us do all sorts of neat stuff, -// mostly tho it lets us construct this on the fly or by hand for a specific command! +// Either allows for specifically looking up commands or gets a list of general commands to try out! public class CommandHelp extends Command { public CommandHelp(KittyRole level, KittyRating rating) { super(level, rating); }