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:
@@ -97,8 +97,8 @@ namespace DiscImageChef.Commands
|
||||
Handler = CommandHandler.Create(GetType().GetMethod(nameof(Invoke)));
|
||||
}
|
||||
|
||||
static int Invoke(bool debug, bool verbose, string encoding, bool xattrs, string imagePath, string @namespace,
|
||||
string outputDir, string options)
|
||||
public static int Invoke(bool debug, bool verbose, string encoding, bool xattrs, string imagePath, string @namespace,
|
||||
string outputDir, string options)
|
||||
{
|
||||
MainClass.PrintCopyright();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user