diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:01:44 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:01:44 +0100 |
| commit | 75e49e6571cf991f36d3b0cab481f984afa51c44 (patch) | |
| tree | eb9718bc978f16faf53796d64bc7a93d9f551fa4 /src/args.rs | |
| parent | bf42f2e19d8bf710d149c6c6f7301fae2310ba41 (diff) | |
| parent | b47a4357c43b37fdd0c9cb4489acba8943022a27 (diff) | |
Merge pull request 'feat/issue-15' (#16) from feat/issue-15 into main
Reviewed-on: https://git.ch-naseem.com/ndpm13/zap-rs/pulls/16
Diffstat (limited to 'src/args.rs')
| -rw-r--r-- | src/args.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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<String>, + + /// Use --from as repository slug to fetch from GitHub + #[arg(long, default_value_t = false)] + pub github: bool, } #[derive(Debug, Args)] |
