diff options
Diffstat (limited to 'src/issues.rs')
-rw-r--r-- | src/issues.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/issues.rs b/src/issues.rs index 5889e59..a65e3d4 100644 --- a/src/issues.rs +++ b/src/issues.rs @@ -11,6 +11,7 @@ use crate::repo::{RepoArg, RepoInfo, RepoName}; #[derive(Args, Clone, Debug)] pub struct IssueCommand { + /// The local git remote that points to the repo to operate on. #[clap(long, short = 'R')] remote: Option<String>, #[clap(subcommand)] |