mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build from previous commits
This commit is contained in:
@@ -11,11 +11,10 @@ namespace RombaSharp.Features
|
||||
public DbStats()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["dbstats"];
|
||||
Flags.AddRange(["dbstats"]);
|
||||
Description = "Prints db stats.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "Print db stats.";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user