diff --git a/crates/tabby/src/main.rs b/crates/tabby/src/main.rs index 41c66c5..f2fd7f6 100644 --- a/crates/tabby/src/main.rs +++ b/crates/tabby/src/main.rs @@ -19,6 +19,7 @@ pub enum Commands { /// Download the model Download(download::DownloadArgs), + /// Starts the scheduler process. Scheduler, }