mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🎨Supported options in IReadOnlyFilesystem is better set as a property.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace DiscImageChef.Commands
|
||||
|
||||
foreach(KeyValuePair<string, IReadOnlyFilesystem> kvp in plugins.ReadOnlyFilesystems)
|
||||
{
|
||||
List<(string name, Type type, string description)> options = kvp.Value.ListOptions().ToList();
|
||||
List<(string name, Type type, string description)> options = kvp.Value.SupportedOptions.ToList();
|
||||
options.Add(("debug", typeof(bool), "Enables debug features if available"));
|
||||
|
||||
DicConsole.WriteLine("Options for {0}:", kvp.Value.Name);
|
||||
|
||||
Reference in New Issue
Block a user