refactor(state): remove unused methods and parameters

This commit is contained in:
hdbg
2025-12-04 18:55:26 +01:00
parent 71f363fde9
commit ddb28085b9
4 changed files with 3 additions and 69 deletions

View File

@@ -29,7 +29,6 @@ async fn main() -> Result<()> {
match cli.command {
cli::Commands::Init => controller.init_project().await?,
cli::Commands::Instance { name, cmd } => todo!(),
cli::Commands::Sync => todo!(),
}
Ok(())