mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
parent
b9b01cd32a
commit
045e9e5f09
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ fn app() -> ClapApp {
|
|||
.arg(
|
||||
Arg::new("bugreport")
|
||||
.help("Generate a bug report")
|
||||
.long("bugreport"),
|
||||
.long("bugreport")
|
||||
.num_args(0),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("directory")
|
||||
|
|
|
|||
Loading…
Reference in a new issue