Rename project and add missing TODOs
This commit is contained in:
parent
fa7caf87e2
commit
80d1839574
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "plugin_uploader"
|
name = "multi-ssh"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,8 @@ use std::path::PathBuf;
|
|||||||
|
|
||||||
const SERVERS_ENV_VAR: &str = "PLUGIN_UPLOADER_SERVERS";
|
const SERVERS_ENV_VAR: &str = "PLUGIN_UPLOADER_SERVERS";
|
||||||
|
|
||||||
|
//TODO add upload and command subcommands
|
||||||
|
|
||||||
/// Uploads a plugin to one or multiple configured servers.
|
/// Uploads a plugin to one or multiple configured servers.
|
||||||
///
|
///
|
||||||
/// By default, older versions of the plugin will be deleted.
|
/// By default, older versions of the plugin will be deleted.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user