Ignore:
Timestamp:
Feb 22, 2023, 5:48:07 PM (21 months ago)
Author:
alloc
Message:

Refactored console commands for A21 caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/src/Commands/ListItems.cs

    r402 r405  
    66        [UsedImplicitly]
    77        public class ListItems : ConsoleCmdAbstract {
    8                 public override string GetDescription () {
     8                protected override string getDescription () {
    99                        return "lists all items that contain the given substring";
    1010                }
    1111
    12                 public override string[] GetCommands () {
     12                protected override string[] getCommands () {
    1313                        return new[] {"listitems", "li"};
    1414                }
    1515
    16                 public override string GetHelp () {
     16                protected override string getHelp () {
    1717                        return "List all available item names\n" +
    1818                               "Usage:\n" +
Note: See TracChangeset for help on using the changeset viewer.