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:
@@ -48,7 +48,7 @@ namespace DiscImageChef.Commands
|
||||
"Lists all namespaces supported by read-only filesystems.") =>
|
||||
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