2018-09-15 21:31:40 +03:00
|
|
|
.nh
|
2022-02-15 21:57:26 +03:00
|
|
|
.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
git-bug-add - Create a new bug.
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug add [flags]\fP
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2019-03-02 00:56:04 +03:00
|
|
|
Create a new bug.
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-t\fP, \fB--title\fP=""
|
2020-02-23 16:38:02 +03:00
|
|
|
Provide a title to describe the issue
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-m\fP, \fB--message\fP=""
|
2020-02-23 16:38:02 +03:00
|
|
|
Provide a message to describe the issue
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-F\fP, \fB--file\fP=""
|
|
|
|
Take the message from the given file. Use - to read the message from the standard input
|
2018-09-15 21:31:40 +03:00
|
|
|
|
2021-05-09 12:14:45 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB--non-interactive\fP[=false]
|
2021-05-09 12:14:45 +03:00
|
|
|
Do not ask for user input
|
|
|
|
|
2018-09-15 21:31:40 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-h\fP, \fB--help\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
help for add
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug(1)\fP
|