chore: rename app

This commit is contained in:
2026-08-29 14:18:47 +05:00
parent ec98d30b31
commit 1a2bb73b62
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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 {