From c5157ee81b64f20c12ac11b7eb79e07bd3af1469 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 7 Aug 2025 13:48:53 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20scaffolding=20for=20the=20github?= =?UTF-8?q?=20functionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/args.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/args.rs') diff --git a/src/args.rs b/src/args.rs index 39354f6..a7aa5c6 100644 --- a/src/args.rs +++ b/src/args.rs @@ -34,6 +34,10 @@ pub struct InstallArgs { /// Name of the executable #[arg(long)] pub executable: Option, + + /// Use --from as repository slug to fetch from GitHub + #[arg(long, default_value_t = false)] + pub github: bool, } #[derive(Debug, Args)] -- cgit v1.2.3