chore: rename app
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ use clap::{ArgGroup, Parser};
|
||||
|
||||
/// Deploy hobby projects from a local PC to a VPS over SSH.
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(name = "xboctploy", version, about)]
|
||||
#[command(name = "xboct-deploy", version, about)]
|
||||
#[command(arg_required_else_help = true)]
|
||||
#[command(group = ArgGroup::new("target").required(true).args(["project", "list", "list_servers", "pick", "this"]))]
|
||||
pub struct Cli {
|
||||
|
||||
Reference in New Issue
Block a user