summaryrefslogtreecommitdiffstats
path: root/src/user.rs
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-08-04 17:12:49 +0200
committerCyborus <cyborus@cyborus.xyz>2024-08-04 17:12:49 +0200
commitca6d0d821d1c851bb253778b437cca2ed61509e9 (patch)
tree706f0c3be229023c2a5646bb2398a0e92e17e2b3 /src/user.rs
parentdocs: document commands (diff)
downloadforgejo-cli-ca6d0d821d1c851bb253778b437cca2ed61509e9.tar.xz
forgejo-cli-ca6d0d821d1c851bb253778b437cca2ed61509e9.zip
docs: document `--remote`
Diffstat (limited to '')
-rw-r--r--src/user.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user.rs b/src/user.rs
index 8f8b4e9..d38d8b5 100644
--- a/src/user.rs
+++ b/src/user.rs
@@ -6,6 +6,7 @@ use crate::{repo::RepoInfo, SpecialRender};
#[derive(Args, Clone, Debug)]
pub struct UserCommand {
+ /// The local git remote that points to the repo to operate on.
#[clap(long, short = 'R')]
remote: Option<String>,
#[clap(subcommand)]