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:
@@ -53,7 +53,7 @@ namespace DiscImageChef.Commands
|
||||
Handler = CommandHandler.Create(GetType().GetMethod(nameof(Invoke)));
|
||||
}
|
||||
|
||||
int Invoke(bool debug, bool verbose)
|
||||
public int Invoke(bool debug, bool verbose)
|
||||
{
|
||||
if(!_autoCall)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user