diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 17:12:49 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 17:12:49 +0200 |
commit | ca6d0d821d1c851bb253778b437cca2ed61509e9 (patch) | |
tree | 706f0c3be229023c2a5646bb2398a0e92e17e2b3 /src/user.rs | |
parent | docs: document commands (diff) | |
download | forgejo-cli-ca6d0d821d1c851bb253778b437cca2ed61509e9.tar.xz forgejo-cli-ca6d0d821d1c851bb253778b437cca2ed61509e9.zip |
docs: document `--remote`
Diffstat (limited to '')
-rw-r--r-- | src/user.rs | 1 |
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)] |