2022-09-10 12:09:19 +03:00
|
|
|
## git-bug bug new
|
2018-09-15 21:31:40 +03:00
|
|
|
|
2022-09-10 12:09:19 +03:00
|
|
|
Create a new bug
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
```
|
2022-09-10 12:09:19 +03:00
|
|
|
git-bug bug new [flags]
|
2018-09-15 21:31:40 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2021-05-09 12:14:45 +03:00
|
|
|
-t, --title string Provide a title to describe the issue
|
|
|
|
-m, --message string Provide a message to describe the issue
|
|
|
|
-F, --file string Take the message from the given file. Use - to read the message from the standard input
|
|
|
|
--non-interactive Do not ask for user input
|
2022-09-10 12:09:19 +03:00
|
|
|
-h, --help help for new
|
2018-09-15 21:31:40 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2022-09-10 12:09:19 +03:00
|
|
|
* [git-bug bug](git-bug_bug.md) - List bugs
|
2018-09-15 21:31:40 +03:00
|
|
|
|