From f4442b104f90dc7387e911326bc258ca2ee5fd2e Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 5 Jun 2023 12:56:52 -0700 Subject: [PATCH] docs: usage string for scheduler --- crates/tabby/src/main.rs | 1 + 1 file changed, 1 insertion(+) 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, }