Rename project and add missing TODOs

This commit is contained in:
Leonard Steppy 2024-12-11 13:14:28 +01:00
parent fa7caf87e2
commit 80d1839574
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "plugin_uploader"
name = "multi-ssh"
version = "0.1.0"
edition = "2021"

View File

@ -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.