From 80d1839574f11f527e7771a13f308b90c07b24ea Mon Sep 17 00:00:00 2001 From: Leonard Steppy Date: Wed, 11 Dec 2024 13:14:28 +0100 Subject: [PATCH] Rename project and add missing TODOs --- Cargo.toml | 2 +- src/main.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a1142a..39fa427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "plugin_uploader" +name = "multi-ssh" version = "0.1.0" edition = "2021" diff --git a/src/main.rs b/src/main.rs index b2b52f4..1a0433e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,8 @@ use std::path::PathBuf; const SERVERS_ENV_VAR: &str = "PLUGIN_UPLOADER_SERVERS"; +//TODO add upload and command subcommands + /// Uploads a plugin to one or multiple configured servers. /// /// By default, older versions of the plugin will be deleted.