feat: Add Together AI and FFmpeg support, introduce core orchestration, and update documentation and install scripts.
This commit is contained in:
@@ -24,7 +24,7 @@ public class Program
|
||||
rootCommand.AddCommand(toggleCmd);
|
||||
|
||||
// Daemon Command
|
||||
var daemonCmd = new Command("daemon", "Starts the background background service");
|
||||
var daemonCmd = new Command("daemon", "Starts the background service");
|
||||
daemonCmd.SetHandler(Toak.Core.DaemonService.StartAsync, verboseOption);
|
||||
rootCommand.AddCommand(daemonCmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user