From ba07771f8333f1b098ab8a9ec9fec886b72b9cc0 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 13 Apr 2016 16:54:12 -0400 Subject: Removed old data types --- BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java b/BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java index a1c4461..c52bb08 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java +++ b/BJC-Utils2/src/main/java/bjc/utils/cli/GenericCommandMode.java @@ -87,6 +87,8 @@ public class GenericCommandMode implements ICommandMode { + " while invoking it with the name of a topic will print the entry" + " for that topic")); + addCommandAlias("help", "man"); + // Add commands handled in a upper layer defaultHandlers.put("clear", new GenericCommand((args) -> { errorOutput.accept( -- cgit v1.2.3