diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-07-31 00:10:11 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-03 18:49:25 +0200 |
commit | 227a2207fbc19df42049eb7f90b6bdac24658934 (patch) | |
tree | 42fc8a416acba41b375c6e2efd2bd3736599e5bf /src/release.rs | |
parent | Merge pull request 'update `forgejo-api` to v0.4.0' (#101) from api-0.4.0 int... (diff) | |
download | forgejo-cli-227a2207fbc19df42049eb7f90b6bdac24658934.tar.xz forgejo-cli-227a2207fbc19df42049eb7f90b6bdac24658934.zip |
docs: better clap ids
Diffstat (limited to 'src/release.rs')
-rw-r--r-- | src/release.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/release.rs b/src/release.rs index 716c508..887be27 100644 --- a/src/release.rs +++ b/src/release.rs @@ -16,7 +16,7 @@ use crate::{ pub struct ReleaseCommand { #[clap(long, short = 'R')] remote: Option<String>, - #[clap(long, short)] + #[clap(long, short, id = "[HOST/]OWNER/REPO")] repo: Option<RepoArg>, #[clap(subcommand)] command: ReleaseSubcommand, |