add edf computation
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
use clap::{Parser, Subcommand, ValueEnum};
|
||||
|
||||
#[derive(Parser)]
|
||||
@@ -36,6 +38,8 @@ pub enum Commands {
|
||||
Dev { site: Site },
|
||||
/// Déployer un site (build + rsync)
|
||||
Deploy { site: Site },
|
||||
/// Analyser un export CSV d'index EDF et comparer les tarifs
|
||||
Edf { csv: PathBuf },
|
||||
}
|
||||
|
||||
#[derive(Subcommand)]
|
||||
|
||||
Reference in New Issue
Block a user