upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/cli.rs')
-rw-r--r--src/bin/ngit/cli.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index 8cdbee1..8660b60 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -397,9 +397,9 @@ pub enum IssueCommands {
397 }, 397 },
398 /// create a new issue 398 /// create a new issue
399 Create { 399 Create {
400 /// Issue title 400 /// Issue subject/title
401 #[arg(long)] 401 #[arg(long, alias = "title")]
402 title: Option<String>, 402 subject: Option<String>,
403 /// Issue body / description 403 /// Issue body / description
404 #[arg(long)] 404 #[arg(long)]
405 body: Option<String>, 405 body: Option<String>,