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