Exemplo n.º 1
0
 protected override IEnumerable <Option> GetOptions() => new[]
 {
     new Option
     (
         command: "ReloadConfigFile",
         description: "Reloads the configuration file and updates the access rights for API keys",
         action: args => RESTarConfig.UpdateConfiguration()
     )
 };