diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index d558525..018525c 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -390,6 +390,10 @@ pub enum IssueCommands { | |||
| 390 | /// Output as JSON | 390 | /// Output as JSON |
| 391 | #[arg(long)] | 391 | #[arg(long)] |
| 392 | json: bool, | 392 | json: bool, |
| 393 | /// Include full comment thread when viewing a specific issue (requires | ||
| 394 | /// ID) | ||
| 395 | #[arg(long)] | ||
| 396 | comments: bool, | ||
| 393 | /// Show details for a specific issue (event-id or nevent) | 397 | /// Show details for a specific issue (event-id or nevent) |
| 394 | #[arg(value_name = "ID|nevent")] | 398 | #[arg(value_name = "ID|nevent")] |
| 395 | id: Option<String>, | 399 | id: Option<String>, |