mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented "list-devices" command for Linux.
This commit is contained in:
@@ -291,16 +291,16 @@ namespace DiscImageChef.Core
|
||||
CurrentStats.Commands.Entropy++;
|
||||
break;
|
||||
case "extract-files":
|
||||
AllStats.Commands.Entropy++;
|
||||
CurrentStats.Commands.Entropy++;
|
||||
AllStats.Commands.ExtractFiles++;
|
||||
CurrentStats.Commands.ExtractFiles++;
|
||||
break;
|
||||
case "formats":
|
||||
AllStats.Commands.Formats++;
|
||||
CurrentStats.Commands.Formats++;
|
||||
break;
|
||||
case "ls":
|
||||
AllStats.Commands.Formats++;
|
||||
CurrentStats.Commands.Formats++;
|
||||
AllStats.Commands.Ls++;
|
||||
CurrentStats.Commands.Ls++;
|
||||
break;
|
||||
case "media-info":
|
||||
AllStats.Commands.MediaInfo++;
|
||||
@@ -318,6 +318,10 @@ namespace DiscImageChef.Core
|
||||
AllStats.Commands.Verify++;
|
||||
CurrentStats.Commands.Verify++;
|
||||
break;
|
||||
case "list-devices":
|
||||
AllStats.Commands.ListDevices++;
|
||||
CurrentStats.Commands.ListDevices++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user