docs: usage string for scheduler

docs-add-demo
Meng Zhang 2023-06-05 12:56:52 -07:00
parent fcf9b4345f
commit f4442b104f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ pub enum Commands {
/// Download the model /// Download the model
Download(download::DownloadArgs), Download(download::DownloadArgs),
/// Starts the scheduler process.
Scheduler, Scheduler,
} }