feat: Removed the server functionality

This commit is contained in:
2025-11-03 14:25:55 -07:00
parent f474e6130e
commit e28619b55a
17 changed files with 21 additions and 1070 deletions
-3
View File
@@ -61,9 +61,6 @@ pub struct Cli {
/// Execute a macro
#[arg(long = "macro", value_name = "MACRO", add = ArgValueCompleter::new(macro_completer))]
pub macro_name: Option<String>,
/// Serve the LLM API and WebAPP
#[arg(long, value_name = "PORT|IP|IP:PORT")]
pub serve: Option<Option<String>>,
/// Execute commands in natural language
#[arg(short = 'e', long)]
pub execute: bool,