コード例 #1
0
 public CommandReference(Type commandType, InteractiveCommandDescAttribute description)
 {
     CommandType = commandType;
     Description = description;
 }
コード例 #2
0
 public static void PrintHelp(InteractiveCommandDescAttribute commandDescription)
 {
     Lumberjack.Info(commandDescription.Usage);
     Lumberjack.Log($"\t{commandDescription.QuickHelp}");
 }