add edf computation
This commit is contained in:
@@ -13,5 +13,6 @@ async fn main() -> Result<()> {
|
||||
Commands::Desktop(cmd) => commands::desktop::run(&cmd),
|
||||
Commands::Dev { site } => commands::dev::run(site).await,
|
||||
Commands::Deploy { site } => commands::deploy::run(site).await,
|
||||
Commands::Edf { csv } => commands::edf::run(&csv),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user