18 public override string Name =>
"Repair";
23 public override string[]
Aliases =>
new string[] {
"RepairDB" };
33 public override string[]
HelpParagraphs =>
new string[] {
"Repairs the database for inconsistencies." };
override bool AllowRepair
If the database is allowed to be repeaired, if errors are found.
override string[] HelpParagraphs
Markdown description of syntax.
override string Name
Command name
Repair()
Repairs the database.
override string[] Aliases
Optional set of aliases. Can be null.