1
0

refactor: modernize code, improve performance, and clean up various components.

This commit is contained in:
2026-03-01 21:05:35 +01:00
parent 15f9647f8a
commit a6c7df0a71
37 changed files with 240 additions and 627 deletions

View File

@@ -1,4 +1,3 @@
using System.Threading.Tasks;
using Spectre.Console;
using Toak.Configuration;
@@ -8,7 +7,7 @@ public static class ShowCommand
{
public static async Task ExecuteAsync(bool verbose)
{
Toak.Core.Logger.Verbose = verbose;
Core.Logger.Verbose = verbose;
var config = new ConfigManager().LoadConfig();
var table = new Table();