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/WebServer/src/Commands/WebPermissionsCmd.cs

    r404 r405  
    66        [UsedImplicitly]
    77        public class WebPermissionsCmd : ConsoleCmdAbstract {
    8                 public override string[] GetCommands () {
     8                protected override string[] getCommands () {
    99                        return new[] {"webpermission"};
    1010                }
    1111
    12                 public override string GetDescription () {
     12                protected override string getDescription () {
    1313                        return "Manage web permission levels";
    1414                }
    1515
    16                 public override string GetHelp () {
     16                protected override string getHelp () {
    1717                        return "Set/get permission levels required to access a given web functionality. Default\n" +
    1818                               "level required for functions that are not explicitly specified is 0.\n" +
Note: See TracChangeset for help on using the changeset viewer.