mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix visibility of command invoke method.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace DiscImageChef.Commands
|
||||
public StatisticsCommand() : base("stats", "Shows statistics.") =>
|
||||
Handler = CommandHandler.Create(GetType().GetMethod(nameof(Invoke)));
|
||||
|
||||
static int Invoke(bool debug, bool verbose)
|
||||
public static int Invoke(bool debug, bool verbose)
|
||||
{
|
||||
MainClass.PrintCopyright();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user