summaryrefslogtreecommitdiff
path: root/src/args.rs
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-07-29 10:05:46 +0100
committerNaz <ndpm13@ch-naseem.com>2025-07-29 10:05:46 +0100
commit4357ff2f74c0b0082741af5e1015ef4da334a430 (patch)
treeb83ef63f217ff63567879c40dfffd4f821765b47 /src/args.rs
parentd3c84b04d7a46735dd19a2dae9448e811a609291 (diff)
🎨style: some formatting here and there
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs
index 03f6b51..39354f6 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -30,7 +30,7 @@ pub struct InstallArgs {
/// Provide a repository slug, or a direct URL to an appimage.
#[arg(long)]
pub from: String,
-
+
/// Name of the executable
#[arg(long)]
pub executable: Option<String>,