feat: Introduce ITranscriptionOrchestrator and related interfaces, refactoring DaemonService and other components to use dependency injection.
This commit is contained in:
@@ -9,7 +9,7 @@ public static class ShowCommand
|
||||
public static async Task ExecuteAsync(bool verbose)
|
||||
{
|
||||
Toak.Core.Logger.Verbose = verbose;
|
||||
var config = ConfigManager.LoadConfig();
|
||||
var config = new ConfigManager().LoadConfig();
|
||||
|
||||
var table = new Table();
|
||||
table.AddColumn("Setting");
|
||||
|
||||
Reference in New Issue
Block a user